@contrast/fn-inspect
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@contrast/fn-inspect", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Retrieve function name and line number from a function reference", | ||
"main": "index.js", | ||
"scripts": { | ||
"valgrind-test": "valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all mocha --timeout 60000 test", | ||
"test": "nyc --reporter=text-summary --reporter=html --report-dir=./coverage mocha test" | ||
"release": "node scripts/make-release.js", | ||
"test:valgrind": "valgrind --xml=yes --xml-file=./valgrind.xml --trace-children=yes --leak-check=full --show-leak-kinds=all mocha --timeout 60000 test && node scripts/parse-valgrind.js", | ||
"test": "nyc --reporter=text-summary --reporter=html --reporter=lcov --report-dir=./coverage mocha test" | ||
}, | ||
@@ -31,6 +32,18 @@ "repository": { | ||
"**/*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
"eslint --fix" | ||
] | ||
}, | ||
"files": [ | ||
"code-event-types.js", | ||
"index.js", | ||
"win32-10/**", | ||
"win32-12/**", | ||
"win32-14/**", | ||
"linux-10/**", | ||
"linux-12/**", | ||
"linux-14/**", | ||
"darwin-10/**", | ||
"darwin-12/**", | ||
"darwin-14/**" | ||
], | ||
"devDependencies": { | ||
@@ -40,2 +53,3 @@ "@contrast/eslint-config": "^2.0.0", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.8.0", | ||
"eslint": "^6.8.0", | ||
@@ -51,5 +65,8 @@ "eslint-config-prettier": "^6.11.0", | ||
"nyc": "^15.0.1", | ||
"prettier": "^1.19.1" | ||
"prettier": "^1.19.1", | ||
"yargs-interactive": "^3.0.0" | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"xml-js": "^1.6.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2801903
21
1
16
12
+ Addedxml-js@^1.6.11
+ Addedsax@1.4.1(transitive)
+ Addedxml-js@1.6.11(transitive)