New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cx-protofetch

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx-protofetch - npm Package Compare versions

Comparing version 0.0.28 to 0.1.0

7

getBinary.js

@@ -9,3 +9,3 @@ const { Binary } = require('binary-install');

if (type === 'Windows_NT' && arch === 'x64') {
return 'windows_amd64';
return 'x86_64-pc-windows-msvc';
}

@@ -22,8 +22,7 @@

if (type === 'Darwin' && arch === 'x64') {
return 'darwin_amd64';
return 'x86_64-apple-darwin';
}
if (type === 'Darwin' && arch === 'arm64') {
// This requires Rosetta
return 'darwin_amd64';
return 'aarch64-apple-darwin';
}

@@ -30,0 +29,0 @@

{
"name": "cx-protofetch",
"version": "0.0.28",
"version": "0.1.0",
"description": "A source dependency management tool for Protobuf.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/coralogix/protofetch.git",

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