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

clang-format

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clang-format - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

build.sh

5

index.js

@@ -43,6 +43,3 @@ #!/usr/bin/env node

try {
// This indirection is needed so that __dirname does not point to the location of the symlink'ed
// executable but to the js file itself, so that the binaries in /bin/ can be resolved relative
// to that.
clangFormat.spawnClangFormat(process.argv.slice(2), process.exit, 'inherit');
spawnClangFormat(process.argv.slice(2), process.exit, 'inherit');
} catch (e) {

@@ -49,0 +46,0 @@ process.stdout.write(e.message);

2

package.json
{
"name": "clang-format",
"version": "1.0.10",
"version": "1.0.11",
"description": "node wrapper around clang-format",

@@ -5,0 +5,0 @@ "repository": {

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