Socket
Socket
Sign inDemoInstall

msgpackr-extract

Package Overview
Dependencies
6
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0-napi to 1.1.0

2

index.js

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

module.exports = require('node-gyp-build')(__dirname)
module.exports = require('node-gyp-build')(__dirname);
{
"name": "msgpackr-extract",
"author": "Kris Zyp",
"version": "1.1.0-napi",
"version": "1.1.0",
"description": "Node addon for string extraction for msgpackr",

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

"recompile": "node-gyp build",
"before-publish": "prebuildify-ci download && prebuildify --napi --target 12.22.7",
"prebuild": "prebuildify --napi --target 12.22.7",
"prebuild-musl": "prebuildify --napi --libc musl --tag-libc --target 12.22.7",
"prebuild-arm64": "prebuildify --napi --arch=arm64 --tag-libc --target 12.22.7", "test": ""
"before-publish": "prebuildify-ci download && prebuildify --target 16.14.2 && set ENABLE_V8_FUNCTIONS=false&& prebuildify --optional-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 --optional-packages --napi --tag-libc --target 16.14.2",
"prepublishOnly": "node set-optional-deps.cjs",
"publish-all": "cd prebuilds/win32-x64 && npm publish --otp %OTP% && cd ../darwin-x64 && npm publish --otp %OTP% && cd ../darwin-arm64 && npm publish --otp %OTP% && cd ../linux-x64 && npm publish --otp %OTP% && cd ../linux-arm64 && npm publish --otp %OTP% && cd ../linux-arm && npm publish --otp %OTP% && cd ../.. && npm publish --otp %OTP%",
"test": "node ./index.js"
},

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

"dependencies": {
"node-addon-api": "^4.3.0",
"node-gyp-build": "^4.2.3"
"node-gyp-build": "kriszyp/node-gyp-build#optional-packages"
},
"files": [
"index.js",
"/src",
"/*.gyp"
],
"optionalDependencies": {
"msgpackr-extract-darwin-arm64": "1.1.0",
"msgpackr-extract-darwin-x64": "1.1.0",
"msgpackr-extract-linux-arm": "1.1.0",
"msgpackr-extract-linux-arm64": "1.1.0",
"msgpackr-extract-linux-x64": "1.1.0",
"msgpackr-extract-win32-x64": "1.1.0"
},
"devDependencies": {
"prebuildify": "^5.0.0",
"prebuildify": "kriszyp/prebuildify#optional-packages",
"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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc