cbor-extract
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "cbor-extract", | ||
"author": "Kris Zyp", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Node addon for string extraction for cbor-x", | ||
@@ -14,3 +14,7 @@ "license": "MIT", | ||
"recompile": "node-gyp build", | ||
"test": "./node_modules/.bin/mocha tests/test*.js -u tdd" | ||
"prebuild-arm64": "prebuildify --arch=arm64 --target 17.0.1 && prebuildify --arch=arm64 --target 16.9.0 && prebuildify --arch=arm64 --target 14.17.6", | ||
"prebuild": "prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0", | ||
"before-publish": "prebuildify-ci download && prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0 && prebuildify --target electron@13.1.4", | ||
"test-prebuild": "prebuildify --target 16.9.0", | ||
"test": "" | ||
}, | ||
@@ -22,3 +26,7 @@ "main": "./index.js", | ||
"node-gyp-build": "^4.2.3" | ||
}, | ||
"devDependencies": { | ||
"prebuildify": "kriszyp/prebuildify#b78c5a9", | ||
"prebuildify-ci": "^1.0.5" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality 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
3314041
26
2
3