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

@bufbuild/buf

Package Overview
Dependencies
Maintainers
9
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufbuild/buf - npm Package Compare versions

Comparing version 1.40.0 to 1.40.1

4

install.js

@@ -84,3 +84,3 @@ "use strict";

}).toString().trim();
const currentVersionWithoutRevision = "1.40.0".split("-")[0];
const currentVersionWithoutRevision = "1.40.1".split("-")[0];
if (stdout !== currentVersionWithoutRevision) {

@@ -130,3 +130,3 @@ throw new Error(

child_process.execSync(
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.40.0"}`,
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.40.1"}`,
{ cwd: installDir, stdio: "pipe", env }

@@ -133,0 +133,0 @@ );

@@ -31,10 +31,10 @@ {

"optionalDependencies": {
"@bufbuild/buf-darwin-arm64": "1.40.0",
"@bufbuild/buf-darwin-x64": "1.40.0",
"@bufbuild/buf-linux-aarch64": "1.40.0",
"@bufbuild/buf-linux-x64": "1.40.0",
"@bufbuild/buf-win32-arm64": "1.40.0",
"@bufbuild/buf-win32-x64": "1.40.0"
"@bufbuild/buf-darwin-arm64": "1.40.1",
"@bufbuild/buf-darwin-x64": "1.40.1",
"@bufbuild/buf-linux-aarch64": "1.40.1",
"@bufbuild/buf-linux-x64": "1.40.1",
"@bufbuild/buf-win32-arm64": "1.40.1",
"@bufbuild/buf-win32-x64": "1.40.1"
},
"version": "1.40.0"
"version": "1.40.1"
}
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