Socket
Socket
Sign inDemoInstall

msgpackr-extract

Package Overview
Dependencies
7
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

bin/download-prebuilds.js

@@ -11,2 +11,4 @@ #!/usr/bin/env node

console.log(stdout);
if (error?.code)
process.exit(error.code);
});

14

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

@@ -37,8 +37,8 @@ "license": "MIT",

"optionalDependencies": {
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.0",
"@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.0",
"@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.0",
"@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.0",
"@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.0",
"@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.0"
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.1",
"@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.1",
"@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.1",
"@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.1",
"@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.1",
"@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.1"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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