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

ast-grep-fuck

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-grep-fuck - npm Package Compare versions

Comparing version 0.1.1000 to 0.1.1001

6

package.json
{
"name": "ast-grep-fuck",
"version": "0.1.1000",
"version": "0.1.1001",
"publishConfig": {

@@ -22,6 +22,6 @@ "access": "public"

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

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

@@ -22,3 +22,3 @@ let fs = require('fs');

try {
pkgPath = path.dirname(require.resolve(`@sg/cli-${parts.join('-')}/package.json`));
pkgPath = path.dirname(require.resolve(`@ast-grep/cli-${parts.join('-')}/package.json`));
} catch (err) {

@@ -37,3 +37,3 @@ pkgPath = path.join(__dirname, '..', 'target', 'release');

} catch (err) {
console.error('Failed to move @sg/cli binary into place.');
console.error('Failed to move @ast-grep/cli binary into place.');
process.exit(1);

@@ -40,0 +40,0 @@ }

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