New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cbor-extract

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbor-extract - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('node-gyp-build')(__dirname)
module.exports = require('node-gyp-build-optional-packages')(__dirname)
{
"name": "cbor-extract",
"author": "Kris Zyp",
"version": "1.0.0",
"version": "2.0.0",
"description": "Node addon for string extraction for cbor-x",

@@ -12,9 +12,9 @@ "license": "MIT",

"scripts": {
"install": "node-gyp-build",
"recompile": "node-gyp build",
"before-publish": "prebuildify-ci download && prebuildify --target 17.2.0 && prebuildify --target 16.13.0 && prebuildify --target 15.5.0 && prebuildify --target 14.17.6 && prebuildify --target 12.22.7 && prebuildify --target electron@15.2.0",
"prebuild": "prebuildify --target 17.2.0 && prebuildify --target 16.13.0 && prebuildify --target 15.5.0 && prebuildify --target 14.17.6 && prebuildify --target 12.22.7 && prebuildify --target electron@15.2.0",
"prebuild-musl": "prebuildify --target 17.2.0 --libc musl --tag-libc && prebuildify --target 16.13.0 --libc musl --tag-libc && prebuildify --target 14.17.6 --libc musl --tag-libc && prebuildify --target 12.22.7 --libc musl --tag-libc",
"prebuild-arm64": "prebuildify --arch=arm64 --target 17.2.0 --libc musl && prebuildify --arch=arm64 --target 16.13.0 && prebuildify --arch=arm64 --target 14.17.6 && prebuildify --arch=arm64 --target electron@15.2.0",
"test": ""
"install": "node-gyp-build-optional-packages",
"recompile": "node-gyp clean && node-gyp configure && node-gyp build",
"before-publish": "prebuildify-ci download && prebuildify --target 16.14.2 && set ENABLE_V8_FUNCTIONS=false&& prebuildify --platform-packages --napi --target 16.14.2 && node set-optional-deps.cjs",
"prebuild": "prebuildify --target 16.14.2",
"prebuild-libc": "prebuildify --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify --platform-packages --napi --tag-libc --target 16.14.2",
"publish-all": "cd prebuilds/win32-x64 && npm publish --access public && cd ../darwin-x64 && npm publish --access public && cd ../darwin-arm64 && npm publish --access public && cd ../linux-x64 && npm publish --access public && cd ../linux-arm64 && npm publish --access public && cd ../linux-arm && npm publish --access public && cd ../.. && npm publish --access public",
"test": "node ./index.js"
},

@@ -24,9 +24,21 @@ "main": "./index.js",

"dependencies": {
"nan": "^2.14.2",
"node-gyp-build": "^4.2.3"
"node-gyp-build-optional-packages": "5.0.1"
},
"files": [
"index.js",
"/src",
"/*.gyp"
],
"devDependencies": {
"prebuildify": "^5.0.0",
"prebuildify": "kriszyp/prebuildify#optional-packages",
"prebuildify-ci": "^1.0.5"
},
"optionalDependencies": {
"@cbor-extract/cbor-extract-darwin-arm64": "2.0.0",
"@cbor-extract/cbor-extract-darwin-x64": "2.0.0",
"@cbor-extract/cbor-extract-linux-arm": "2.0.0",
"@cbor-extract/cbor-extract-linux-arm64": "2.0.0",
"@cbor-extract/cbor-extract-linux-x64": "2.0.0",
"@cbor-extract/cbor-extract-win32-x64": "2.0.0"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc