clang-format
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -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); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
5219733
11
2
44