File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# jnitrace Change Log
22
3+ ## 3.0.5
4+ - Bumped version of acorn to 7.1.1 to fix vulnerability CVE-2020 -7598
5+
36## 3.0.4
47- Updated version of jnitrace-engine to include fixes to use the config options provided by a user, such as library to trace
58- Added support for displaying custom errors messages generated by the engine
Original file line number Diff line number Diff line change 11{
22 "name" : " jnitrace" ,
3- "version" : " 3.0.4 " ,
3+ "version" : " 3.0.5 " ,
44 "description" : " A tool for tracing use of the JNI in Android apps" ,
55 "private" : true ,
66 "main" : " jnitrace/src/main.js" ,
1111 "lint" : " eslint jnitrace/src/**/*.ts"
1212 },
1313 "dependencies" : {
14- "jnitrace-engine" : " ^1.0.5 "
14+ "jnitrace-engine" : " ^1.0.6 "
1515 },
1616 "devDependencies" : {
1717 "@babel/core" : " ^7.8.3" ,
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'jnitrace' ,
11- version = '3.0.4 ' ,
11+ version = '3.0.5 ' ,
1212 description = 'A tool for tracing use of the JNI in Android apps' ,
1313 long_description = long_description ,
1414 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments