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

rung-cli

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rung-cli - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/build.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.build = build;
exports.default = build;

@@ -9,0 +9,0 @@ var _path = require('path');

@@ -14,2 +14,8 @@ #!/usr/bin/env node

var _build2 = _interopRequireDefault(_build);
var _run = require('./run');
var _run2 = _interopRequireDefault(_run);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -21,3 +27,3 @@

var executeCommand = (0, _ramda.cond)([[commandEquals('init'), init], [commandEquals('build'), _build.build], [commandEquals('rung'), run]]);
var executeCommand = (0, _ramda.cond)([[commandEquals('init'), init], [commandEquals('build'), _build2.default], [commandEquals('run'), _run2.default]]);

@@ -36,6 +42,2 @@ function cli(args) {

function run() /* args */{
return (0, _bluebird.reject)('Not implemented yet!');
}
cli(_yargs2.default.usage('Usage: $0 [init|build|run]').command('init', 'Initialize a blank extension project').command('build', 'Generate a .rung package').command('run', 'Execute the current extension').option('o', {

@@ -42,0 +44,0 @@ alias: 'output',

@@ -57,4 +57,6 @@ 'use strict';

* Returns the pure JS values from received questions that will be answered
*
* @author Marcelo Haskell Camargo
* @param {Object} questions
* @return {Object} answers for the questions by key
* @return {Promise} answers for the questions by key
*/

@@ -61,0 +63,0 @@ function ask(questions) {

{
"name": "rung-cli",
"version": "0.0.12",
"version": "0.0.13",
"description": "Command line interface for Rung",

@@ -25,2 +25,5 @@ "main": "./dist/vm.js",

"ramda": "0.23.0",
"rung-sdk": "^1.0.7",
"superagent": "^3.5.0",
"superagent-promise": "^1.1.0",
"validator": "7.0.0",

@@ -27,0 +30,0 @@ "yargs": "^7.0.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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