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.2 to 2.2.0

24

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

@@ -15,6 +15,6 @@ "license": "MIT",

"before-publish": "prebuildify-ci download && node set-optional-deps.cjs",
"prebuild": "prebuildify-platform-packages --target 16.14.2",
"prebuild-win32": "prebuildify-platform-packages --target 16.14.2 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --platform-packages --napi --target 16.14.2",
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --platform-packages --napi --tag-libc --target 16.14.2",
"prebuild-libc-alpine": "prebuildify-cross --image alpine --tag-libc --target 16.14.2",
"prebuild": "prebuildify-platform-packages --target 18.12.0",
"prebuild-win32": "prebuildify-platform-packages --target 18.12.0 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --platform-packages --napi --target 18.12.0",
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 18.12.0 && prebuildify-platform-packages --platform-packages --napi --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --platform-packages --napi --tag-libc --target 18.12.0",
"prebuild-libc-alpine": "prebuildify-cross --image alpine --tag-libc --target 18.12.0",
"publish-all": "cd prebuilds/win32-x64 && npm publish --access public && cd ../darwin-x64 && npm publish --access public && cd ../darwin-arm64 && npm publish --access public && cd ../linux-x64 && npm publish --access public && cd ../linux-arm64 && npm publish --access public && cd ../linux-arm && npm publish --access public && cd ../.. && npm publish --access public",

@@ -38,11 +38,11 @@ "test": "node ./index.js"

"optionalDependencies": {
"@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"
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.2.0",
"@msgpackr-extract/msgpackr-extract-darwin-x64": "2.2.0",
"@msgpackr-extract/msgpackr-extract-linux-arm": "2.2.0",
"@msgpackr-extract/msgpackr-extract-linux-arm64": "2.2.0",
"@msgpackr-extract/msgpackr-extract-linux-x64": "2.2.0",
"@msgpackr-extract/msgpackr-extract-win32-x64": "2.2.0"
},
"devDependencies": {
"prebuildify-platform-packages": "5.0.0",
"prebuildify-platform-packages": "5.0.2",
"prebuildify-ci": "^1.0.5",

@@ -49,0 +49,0 @@ "prebuildify-cross": "5.0.0"

@@ -0,0 +0,0 @@ ## Summary

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc