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

@bazel/buildifier

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bazel/buildifier - npm Package Compare versions

Comparing version 7.1.2 to 7.3.1

3

buildifier.js

@@ -27,2 +27,3 @@ #!/usr/bin/env node

'x64' : 'amd64',
's390x': 's390x'
}[os.arch()];

@@ -44,3 +45,3 @@ // Filter the platform based on the platforms that are build/included.

os.platform()} - ${os.arch()} is not yet supported.
See instructions at https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md.`);
See instructions at https://github.com/bazelbuild/buildtools/blob/main/buildifier/README.md.`);
return Promise.resolve(1);

@@ -47,0 +48,0 @@ }

{
"name": "@bazel/buildifier",
"description": "A tool for formatting bazel BUILD and .bzl files",
"version": "7.1.2",
"version": "7.3.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "bin": {

@@ -189,3 +189,3 @@ # Buildifier

"message": "The \"/\" operator for integer division is deprecated in favor of \"//\".",
"url": "https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#integer-division"
"url": "https://github.com/bazelbuild/buildtools/blob/main/WARNINGS.md#integer-division"
}

@@ -192,0 +192,0 @@ ]

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

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