Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0 to 2.1.1

8

bin/download-prebuilds.js
#!/usr/bin/env node
import { dirname } from 'path';
import { fileURLToPath } from 'url';
process.chdir(fileURLToPath(dirname(dirname(import.meta.url))));
const { dirname } = require('path');
const { fileURLToPath } = require('url');
process.chdir(dirname(__dirname));
process.argv[2] = 'download';
import('prebuildify-ci');
require('prebuildify-ci');
{
"name": "msgpackr-extract",
"author": "Kris Zyp",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node addon for string extraction for msgpackr",

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

"optionalDependencies": {
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.1.0",
"@msgpackr-extract/msgpackr-extract-darwin-x64": "2.1.0",
"@msgpackr-extract/msgpackr-extract-linux-arm": "2.1.0",
"@msgpackr-extract/msgpackr-extract-linux-arm64": "2.1.0",
"@msgpackr-extract/msgpackr-extract-linux-x64": "2.1.0",
"@msgpackr-extract/msgpackr-extract-win32-x64": "2.1.0"
"@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"
},

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

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