Skip to content

Commit

Permalink
fixed linting errors after package upgrade and fixed bug where all Ja…
Browse files Browse the repository at this point in the history
…vaVM calls were output as JNIEnv calls
  • Loading branch information
chame1eon committed Apr 8, 2020
1 parent 540c6d7 commit a454bf4
Show file tree
Hide file tree
Showing 10 changed files with 1,187 additions and 829 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"allowDestructuring": true,
"allowedNames": ["self"]
}
]
],
"@typescript-eslint/prefer-readonly-parameter-types": "off",
"@typescript-eslint/no-base-to-string": "off"
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jnitrace Change Log

## 3.0.6
- Bumped versions of all JavaScript dependencies to latest and fixed linter errors
- Bug fix where all JavaVM calls were being labeled as JNIEnv calls

## 3.0.5
- Bumped version of acorn to 7.1.1 to fix vulnerability CVE-2020-7598

Expand Down
496 changes: 257 additions & 239 deletions jnitrace/src/main.ts

Large diffs are not rendered by default.

Loading

0 comments on commit a454bf4

Please sign in to comment.