New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@busy-web/cli

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@busy-web/cli - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

12

bin/busyweb-cli.js
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
module.exports={
"name": "@busy-web/cli",
"version": "0.2.1",
"version": "0.2.3",
"description": "Command line tools to enhance web dev tasks",

@@ -17,2 +17,7 @@ "main": "src/index.js",

"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.13.0",
"rsvp": "^4.7.0"
},
"devDependencies": {

@@ -24,9 +29,4 @@ "aliasify": "^2.1.0",

"browserify": "^15.2.0",
"colors": "^1.1.2",
"commander": "^2.13.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"ora": "^1.3.0",
"rsvp": "^4.7.0",
"through": "^2.3.8",

@@ -33,0 +33,0 @@ "vinyl-source-stream": "^2.0.0"

{
"name": "@busy-web/cli",
"version": "0.2.3",
"version": "0.2.4",
"description": "Command line tools to enhance web dev tasks",

@@ -16,2 +16,7 @@ "main": "src/index.js",

"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.13.0",
"rsvp": "^4.7.0"
},
"devDependencies": {

@@ -23,9 +28,4 @@ "aliasify": "^2.1.0",

"browserify": "^15.2.0",
"colors": "^1.1.2",
"commander": "^2.13.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"ora": "^1.3.0",
"rsvp": "^4.7.0",
"through": "^2.3.8",

@@ -32,0 +32,0 @@ "vinyl-source-stream": "^2.0.0"

# cli
Command line to for node and emberjs shorcut commands
## Usage
#### docker config
```
busyweb docker config <SITE_VAR:DOCKER_VAR> [<SITE_VAR:DOCKER_VAR>]
```

Sorry, the diff of this file is not supported yet

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