@cloudflare/wrangler
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -41,3 +41,3 @@ const { Binary } = require("@cloudflare/binary-install"); | ||
process.env.npm_config_wrangler_install_path; | ||
const installDirectory = join(customPath || __dirname, "wrangler"); | ||
const installDirectory = join(customPath || os.homedir(), ".wrangler"); | ||
return new Binary(url, { name: "wrangler", installDirectory }); | ||
@@ -44,0 +44,0 @@ }; |
{ | ||
"name": "@cloudflare/wrangler", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"lockfileVersion": 2, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "@cloudflare/wrangler", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"hasInstallScript": true, | ||
@@ -12,0 +12,0 @@ "license": "MIT OR Apache-2.0", |
{ | ||
"name": "@cloudflare/wrangler", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Command-line interface for all things Cloudflare Workers", | ||
@@ -5,0 +5,0 @@ "main": "binary.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25082