@contrast/code-events
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "@contrast/code-events", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Listen for v8 CodeEvents and make them available to JavaScript", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"repository": "https://github.com/contrast-security-oss/node-code-events", | ||
"repository": "", | ||
"author": "Contrast Security, Inc.", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
"prebuild": "npm run clean", | ||
"build": "prebuildify -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip", | ||
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip", | ||
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip", | ||
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip", | ||
"build:darwin": "npm run build -- --arch x64+arm64", | ||
@@ -37,6 +37,6 @@ "build:win32": "npm run build", | ||
"engines": { | ||
"node": ">=14.15" | ||
"node": ">=16.9.1" | ||
}, | ||
"dependencies": { | ||
"node-gyp-build": "^4.6.0" | ||
"node-gyp-build": "^4.8.1" | ||
}, | ||
@@ -55,4 +55,4 @@ "devDependencies": { | ||
"node-addon-api": "^7.1.0", | ||
"node-gyp": "^9.4.1", | ||
"prebuildify": "^5.0.1", | ||
"node-gyp": "^10.1.0", | ||
"prebuildify": "^6.0.1", | ||
"prebuildify-cross": "^5.0.0", | ||
@@ -59,0 +59,0 @@ "rimraf": "^5.0.1", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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 5 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 20 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6
539411
14
1
Updatednode-gyp-build@^4.8.1