@@ -115,3 +115,3 @@ #!/usr/bin/env node | ||
| if (os.platform() === 'win32') { | ||
| execSync(`tar -xf "${zipPath}" -C "${installDir}"`, { stdio: 'inherit' }); | ||
| execSync(`powershell -command "Expand-Archive -Path '${zipPath}' -DestinationPath '${installDir}' -Force"`, { stdio: 'inherit' }); | ||
| } else { | ||
@@ -118,0 +118,0 @@ execSync(`unzip -q -o "${zipPath}" -d "${installDir}"`, { stdio: 'inherit' }); |
+1
-1
@@ -18,3 +18,3 @@ { | ||
| ], | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "type": "commonjs", | ||
@@ -21,0 +21,0 @@ "files": [ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
133459
0.04%14
-6.67%