New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ast-grep/cli

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ast-grep/cli - npm Package Compare versions

Comparing version 0.34.1 to 0.34.2

16

package.json
{
"name": "@ast-grep/cli",
"version": "0.34.1",
"version": "0.34.2",
"publishConfig": {

@@ -32,9 +32,9 @@ "access": "public"

"optionalDependencies": {
"@ast-grep/cli-win32-arm64-msvc": "0.34.1",
"@ast-grep/cli-win32-ia32-msvc": "0.34.1",
"@ast-grep/cli-win32-x64-msvc": "0.34.1",
"@ast-grep/cli-darwin-arm64": "0.34.1",
"@ast-grep/cli-darwin-x64": "0.34.1",
"@ast-grep/cli-linux-arm64-gnu": "0.34.1",
"@ast-grep/cli-linux-x64-gnu": "0.34.1"
"@ast-grep/cli-win32-arm64-msvc": "0.34.2",
"@ast-grep/cli-win32-ia32-msvc": "0.34.2",
"@ast-grep/cli-win32-x64-msvc": "0.34.2",
"@ast-grep/cli-darwin-arm64": "0.34.2",
"@ast-grep/cli-darwin-x64": "0.34.2",
"@ast-grep/cli-linux-arm64-gnu": "0.34.2",
"@ast-grep/cli-linux-x64-gnu": "0.34.2"
},

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

@@ -18,4 +18,4 @@ let fs = require('fs');

let binary = process.platform === 'win32' ? 'sg.exe' : 'sg';
let alternative = process.platform === 'win32' ? 'ast-grep.exe' : 'ast-grep';
let binary = process.platform === 'win32' ? 'ast-grep.exe' : 'ast-grep';
let alternative = process.platform === 'win32' ? 'sg.exe' : 'sg';

@@ -48,3 +48,4 @@ let pkgPath;

fs.unlinkSync(path.join(__dirname, 'sg'));
fs.unlinkSync(path.join(__dirname, 'ast-grep'));
} catch (err) {}
}
}
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