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

grpc-test-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-test-cli - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

2

config.js

@@ -9,3 +9,3 @@ const path = require('path');

linux_x64: 'linux_x86_64',
win32_x64: 'windows_x86_64'
win32_x64: 'win32_x86_64'
}[`${process.platform}_${process.arch === 'ia32' ? 'x32' : process.arch}`];

@@ -12,0 +12,0 @@

@@ -28,3 +28,3 @@ const fs = require('fs')

if(process.platform != 'win32') {
if(platform != 'win32_x86_64') {

@@ -31,0 +31,0 @@ const zipPath = path.join(outputPath, filename)

{
"name": "grpc-test-cli",
"version": "1.5.0",
"version": "1.6.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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