@contrast/fn-inspect
Advanced tools
Comparing version 3.3.1 to 3.4.0
{ | ||
"name": "@contrast/fn-inspect", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"description": "Retrieve function name and line number from a function reference", | ||
@@ -30,4 +30,5 @@ "keywords": [ | ||
"prepare": "husky install", | ||
"build": "prebuildify -t 12.13.0 -t 14.15.0 -t 16.9.1 -t 18.7.0 --strip", | ||
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 12.13.0 -t 14.15.0 -t 16.9.1 -t 18.7.0 --strip", | ||
"prebuild": "npm run clean", | ||
"build": "prebuildify -t 12.13.0 -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip", | ||
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 12.13.0 -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip", | ||
"build:darwin": "npm run build -- --arch x64+arm64", | ||
@@ -44,22 +45,22 @@ "build:win32": "npm run build", | ||
"dependencies": { | ||
"nan": "^2.16.0", | ||
"node-gyp-build": "^4.4.0" | ||
"nan": "^2.17.0", | ||
"node-gyp-build": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"@contrast/eslint-config": "^3.1.1", | ||
"@ls-lint/ls-lint": "^1.11.2", | ||
"@octokit/rest": "^18.12.0", | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.6", | ||
"husky": "^8.0.1", | ||
"inquirer": "^8.2.4", | ||
"lint-staged": "^13.0.1", | ||
"mocha": "^10.0.0", | ||
"node-gyp": "^9.0.0", | ||
"prebuildify": "^5.0.0", | ||
"@contrast/eslint-config": "^3.2.0", | ||
"@ls-lint/ls-lint": "^2.0.1", | ||
"@octokit/rest": "^20.0.1", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.7", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.3", | ||
"mocha": "^10.2.0", | ||
"node-gyp": "^9.3.1", | ||
"prebuildify": "^5.0.1", | ||
"prebuildify-cross": "^5.0.0", | ||
"rimraf": "^3.0.2", | ||
"unzipper": "^0.10.11", | ||
"rimraf": "^5.0.1", | ||
"semver": "^7.5.4", | ||
"unzipper": "^0.10.14", | ||
"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
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
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
1746744
38
Updatednan@^2.17.0
Updatednode-gyp-build@^4.6.0