-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update @nodesecure/estree-ast-utils (1.3.1 to 1.4.0) * feat(isRequire): support atob obfuscation * chore: update @nodesecure/estree-ast-utils (1.4.0 to 1.4.1) * chore: use getCallExpressionArguments
- Loading branch information
Showing
3 changed files
with
97 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
{ | ||
"name": "@nodesecure/js-x-ray", | ||
"version": "6.1.1", | ||
"description": "JavaScript AST XRay analysis", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint src test", | ||
"prepublishOnly": "pkg-ok", | ||
"test-only": "cross-env esm-tape-runner 'test/**/*.spec.js' | tap-monkey", | ||
"test": "c8 --all --src ./src --reporter=lcov npm run test-only", | ||
"check": "cross-env npm run lint && npm run test-only" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NodeSecure/js-x-ray.git" | ||
}, | ||
"keywords": [ | ||
"ast", | ||
"nsecure", | ||
"nodesecure", | ||
"analysis", | ||
"dependencies", | ||
"security" | ||
], | ||
"files": [ | ||
"src", | ||
"types", | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/NodeSecure/js-x-ray/issues" | ||
}, | ||
"homepage": "https://github.com/NodeSecure/js-x-ray#readme", | ||
"dependencies": { | ||
"@nodesecure/estree-ast-utils": "^1.3.1", | ||
"@nodesecure/sec-literal": "^1.2.0", | ||
"estree-walker": "^3.0.1", | ||
"is-minified-code": "^2.0.0", | ||
"meriyah": "^4.3.3", | ||
"safe-regex": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@nodesecure/eslint-config": "^1.6.0", | ||
"@slimio/is": "^2.0.0", | ||
"@small-tech/esm-tape-runner": "^2.0.0", | ||
"@small-tech/tap-monkey": "^1.4.0", | ||
"@types/node": "^20.3.0", | ||
"c8": "^8.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.31.0", | ||
"pkg-ok": "^3.0.0", | ||
"tape": "^5.6.1" | ||
} | ||
} | ||
{ | ||
"name": "@nodesecure/js-x-ray", | ||
"version": "6.1.1", | ||
"description": "JavaScript AST XRay analysis", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint src test", | ||
"prepublishOnly": "pkg-ok", | ||
"test-only": "cross-env esm-tape-runner 'test/**/*.spec.js' | tap-monkey", | ||
"test": "c8 --all --src ./src --reporter=lcov npm run test-only", | ||
"check": "cross-env npm run lint && npm run test-only" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NodeSecure/js-x-ray.git" | ||
}, | ||
"keywords": [ | ||
"ast", | ||
"nsecure", | ||
"nodesecure", | ||
"analysis", | ||
"dependencies", | ||
"security" | ||
], | ||
"files": [ | ||
"src", | ||
"types", | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/NodeSecure/js-x-ray/issues" | ||
}, | ||
"homepage": "https://github.com/NodeSecure/js-x-ray#readme", | ||
"dependencies": { | ||
"@nodesecure/estree-ast-utils": "^1.4.1", | ||
"@nodesecure/sec-literal": "^1.2.0", | ||
"estree-walker": "^3.0.1", | ||
"is-minified-code": "^2.0.0", | ||
"meriyah": "^4.3.3", | ||
"safe-regex": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@nodesecure/eslint-config": "^1.6.0", | ||
"@slimio/is": "^2.0.0", | ||
"@small-tech/esm-tape-runner": "^2.0.0", | ||
"@small-tech/tap-monkey": "^1.4.0", | ||
"@types/node": "^20.3.0", | ||
"c8": "^8.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.31.0", | ||
"pkg-ok": "^3.0.0", | ||
"tape": "^5.6.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters