Socket
Socket
Sign inDemoInstall

msgpackr-extract

Package Overview
Dependencies
14
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

.github/workflows/prebuild.yml

14

package.json
{
"name": "msgpackr-extract",
"author": "Kris Zyp",
"version": "1.0.14",
"version": "1.0.15",
"description": "Node addon for string extraction for msgpackr",

@@ -14,4 +14,7 @@ "license": "MIT",

"recompile": "node-gyp build",
"prebuild": "prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0",
"prepare": "prebuildify-ci download && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0 && prebuildify --target electron@13.1.4",
"prebuild": "run-script-os",
"prebuild:darwin": "prebuildify --arch=arm64 --target 17.0.1 && prebuildify --arch=arm64 --target 16.9.0 && prebuildify --arch=arm64 --target 14.17.6 && prebuildify --target 17.0.1 && prebuildify --target 16.9.0 && prebuildify --target 14.17.6 && prebuildify --target 12.18.0",
"prebuild:default": "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": ""

@@ -26,5 +29,6 @@ },

"devDependencies": {
"prebuildify": "^4.2.0",
"prebuildify-ci": "^1.0.5"
"prebuildify": "kriszyp/prebuildify#b78c5a9",
"prebuildify-ci": "^1.0.5",
"run-script-os": "^1.1.6"
}
}

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

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