Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Sep 16, 2020
1 parent 01e59d2 commit a9af685
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 54 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.5.2

* 📈 Add fall back processing to get `globalThis`, `Object`, and `Function`. (to check for unsafe keywords)
* Update dependencies.


## v0.5.1
Expand Down
119 changes: 69 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/jasmine": "^3.5.14",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@types/node": "^14.10.2",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"jasmine": "^3.6.1",
"jasmine-spec-reporter": "^5.0.2",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit a9af685

Please sign in to comment.