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

cfw

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfw - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin.js

28

package.json
{
"name": "cfw",
"license": "MIT",
"version": "0.0.1",
"description": "Simple CLI for working with Cloudflare Workers locally and deploying with bundled JavaScript.",
"author": "Fouad Matin <open@fouad.org>",
"repository": "fouad/cfw",
"bin": {
"cfw": "bin/cfw"
},
"version": "0.0.2",
"bin": "bin.js",
"files": [
"*.js",
"lib"
],
"scripts": {
"test": "ava"
"test": "eslint bin.js lib"
},
"main": "lib/index.js"
"dependencies": {
"httpie": "^1.1.2",
"kleur": "^3.0.3",
"premove": "^1.0.0",
"rollup": "^1.18.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sade": "^1.6.1"
},
"devDependencies": {
"eslint": "6.1.0"
}
}
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