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

@cloudflare/wrangler

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/wrangler - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

2

binary.js

@@ -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",

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