Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.2 to 2.1.0

bin/download-prebuilds.js

0

index.js
module.exports = require('node-gyp-build-optional-packages')(__dirname)

34

package.json
{
"name": "cbor-extract",
"author": "Kris Zyp",
"version": "2.0.2",
"version": "2.1.0",
"description": "Node addon for string extraction for cbor-x",

@@ -13,6 +13,8 @@ "license": "MIT",

"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",
"recompile": "node-gyp rebuild",
"before-publish": "prebuildify-ci download && node set-optional-deps.cjs",
"prebuild": "prebuildify-platform-packages --target 18.12.0",
"prebuild-win32": "prebuildify-platform-packages --target 18.12.0 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --platform-packages --napi --target 18.12.0",
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 18.12.0 && prebuildify-platform-packages --platform-packages --napi --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --platform-packages --napi --tag-libc --target 18.12.0",
"prebuild-libc-alpine": "prebuildify-cross --image alpine --tag-libc --target 18.12.0",
"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",

@@ -29,16 +31,20 @@ "test": "node ./index.js"

"/src",
"/*.gyp"
"/*.gyp",
"/bin"
],
"bin": {
"download-cbor-prebuilds": "./bin/download-prebuilds.js"
},
"devDependencies": {
"prebuildify": "kriszyp/prebuildify#optional-packages",
"prebuildify-platform-packages": "5.0.2",
"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"
"@cbor-extract/cbor-extract-darwin-arm64": "2.1.0",
"@cbor-extract/cbor-extract-darwin-x64": "2.1.0",
"@cbor-extract/cbor-extract-linux-arm": "2.1.0",
"@cbor-extract/cbor-extract-linux-arm64": "2.1.0",
"@cbor-extract/cbor-extract-linux-x64": "2.1.0",
"@cbor-extract/cbor-extract-win32-x64": "2.1.0"
}
}
}

@@ -0,0 +0,0 @@ ## Summary

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

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