ast-grep-fuck
Advanced tools
Comparing version 0.1.1000 to 0.1.1001
{ | ||
"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 @@ } |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
19058237