Socket
Socket
Sign inDemoInstall

msgpackr-extract

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msgpackr-extract - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

src/.vs/ProjectSettings.json

8

bin/download-prebuilds.js

@@ -5,4 +5,8 @@ #!/usr/bin/env node

const { fileURLToPath } = require('url');
const { exec } = require('child_process');
process.chdir(dirname(__dirname));
process.argv[2] = 'download';
require('prebuildify-ci');
exec('prebuildify-ci download', (error, stdout, stderr) => {
console.error(stderr);
console.log(stdout);
});
{
"name": "msgpackr-extract",
"author": "Kris Zyp",
"version": "2.1.1",
"version": "2.1.2",
"description": "Node addon for string extraction for msgpackr",

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

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

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc