@fastly/cli
Advanced tools
Comparing version 10.13.3 to 10.14.0
@@ -22,2 +22,12 @@ #!/usr/bin/env node | ||
execFileSync(location, process.argv.slice(2), { stdio: "inherit" }); | ||
try { | ||
execFileSync(location, process.argv.slice(2), { stdio: "inherit" }); | ||
} catch(err) { | ||
if (err.code) { | ||
// Spawning child process failed | ||
throw err; | ||
} | ||
if (err.status != null) { | ||
process.exitCode = err.status; | ||
} | ||
} |
{ | ||
"name": "@fastly/cli", | ||
"version": "10.13.3", | ||
"version": "10.14.0", | ||
"description": "Build, deploy and configure Fastly services from your terminal", | ||
"type": "module", | ||
"scripts": { | ||
"prepack": "cp ../../../README.md ../../../LICENSE ../../../SECURITY.md .", | ||
"version": "node ./update.js $npm_package_version" | ||
@@ -14,2 +15,3 @@ }, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"engines": { | ||
@@ -22,11 +24,21 @@ "node": ">=16" | ||
"optionalDependencies": { | ||
"@fastly/cli-darwin-arm64": "=10.13.3", | ||
"@fastly/cli-darwin-x64": "=10.13.3", | ||
"@fastly/cli-linux-arm64": "=10.13.3", | ||
"@fastly/cli-linux-x64": "=10.13.3", | ||
"@fastly/cli-linux-x32": "=10.13.3", | ||
"@fastly/cli-win32-arm64": "=10.13.3", | ||
"@fastly/cli-win32-x64": "=10.13.3", | ||
"@fastly/cli-win32-x32": "=10.13.3" | ||
"@fastly/cli-darwin-arm64": "=10.14.0", | ||
"@fastly/cli-darwin-x64": "=10.14.0", | ||
"@fastly/cli-linux-arm64": "=10.14.0", | ||
"@fastly/cli-linux-x64": "=10.14.0", | ||
"@fastly/cli-linux-x32": "=10.14.0", | ||
"@fastly/cli-win32-arm64": "=10.14.0", | ||
"@fastly/cli-win32-x64": "=10.14.0", | ||
"@fastly/cli-win32-x32": "=10.14.0" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"fastly.js", | ||
"package-helpers.js", | ||
"update.js", | ||
"index.d.ts", | ||
"README.md", | ||
"LICENSE", | ||
"SECURITY.md" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -33,0 +45,0 @@ "repository": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
22130
9
225
1
42
4