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

@cloudflare/wrangler

Package Overview
Dependencies
Maintainers
2
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.0.0-alpha to 1.0.0-alpha2

2

package.json
{
"name": "@cloudflare/wrangler",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha2",
"description": "Wrangle your Cloudflare Workers",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,4 +5,5 @@ #!/usr/bin/env node

const { spawnSync } = require("child_process");
const { homedir } = require('os');
const cwd = join(process.cwd(), "node_modules", "@cloudflare", "wrangler");
const cwd = join(homedir(), ".wrangler");
const bin = join(cwd, "out", "wrangler");

@@ -9,0 +10,0 @@ const [, , ...args] = process.argv;

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