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

@bazel/buildifier

Package Overview
Dependencies
Maintainers
3
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 0.22.0 to 0.25.1

LICENSE

1

buildifier.js

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

`(${os.platform()}_${os.arch()})\n` +
' (Note that the Windows executable is known to be missing: https://github.com/bazelbuild/buildtools/issues/375)\n' +
'Consider building it from source instead.\n';

@@ -22,0 +21,0 @@ throw new Error(message);

@@ -6,5 +6,10 @@ {

},
"version": "0.22.0",
"version": "0.25.1",
"description": "A tool for formatting bazel BUILD and .bzl files with a standard convention",
"homepage": "https://github.com/bazelbuild/buildtools/tree/master/buildifier",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildifier"
},
"bugs": {

@@ -14,5 +19,6 @@ "url": "https://github.com/bazelbuild/buildtools/issues"

"optionalDependencies": {
"@bazel/buildifier-linux_x64": "0.22.0",
"@bazel/buildifier-darwin_x64": "0.22.0"
"@bazel/buildifier-linux_x64": "0.25.1",
"@bazel/buildifier-darwin_x64": "0.25.1",
"@bazel/buildifier-win32_x64": "0.25.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