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.5 to 0.0.6

lib/index.js

8

bin.js
#!/usr/bin/env node
const sade = require('sade');
const build = require('./lib/build');
const commands = require('./lib');
const { version } = require('./package');
const deploy = require('./lib/deploy');

@@ -17,3 +16,4 @@ sade('cfw')

.option('--ignore', 'The list of Worker names to skip')
.action(build)
.option('--typescript', 'Expect and compile TypeScript')
.action(commands.build)

@@ -25,4 +25,4 @@ .command('deploy [output]')

.option('--ignore', 'The list of Worker names to skip')
.action(deploy)
.action(commands.deploy)
.parse(process.argv);
{
"name": "cfw",
"version": "0.0.5",
"version": "0.0.6",
"repository": "lukeed/cfw",

@@ -9,3 +9,4 @@ "description": "WIP",

"files": [
"*.js",
"tsconfig.json",
"bin.js",
"lib"

@@ -22,6 +23,8 @@ ],

"scripts": {
"build": "rollup -c",
"test": "eslint bin.js lib"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^7.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.1.2",
"httpie": "^1.1.2",

@@ -31,3 +34,3 @@ "kleur": "^3.0.3",

"premove": "^1.0.0",
"rollup": "^2.3.0",
"rollup": "^2.16.0",
"sade": "^1.6.1"

@@ -34,0 +37,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