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

reaction-cli

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reaction-cli - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

dist/commands/run.js

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

(0, _shelljs.exec)(cmd);
(0, _shelljs.exec)(cmd, { maxBuffer: 1024 * 1000 });
}
{
"name": "reaction-cli",
"version": "0.5.1",
"version": "0.5.2",
"description": "A command line tool for Reaction Commerce",

@@ -41,9 +41,9 @@ "main": "./dist/main.js",

"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-lodash": "^3.2.9",
"babel-eslint": "^7.1.1",
"babel-plugin-lodash": "^3.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-root-slash-import": "^3.1.0",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"eslint": "^3.11.1",
"eslint-plugin-babel": "^4.0.0",
"publish": "git+https://github.com/jshimko/node-publish.git#deps-updates",

@@ -56,9 +56,9 @@ "watch": "^1.0.1"

"fs-extra": "^1.0.0",
"inquirer": "^1.2.2",
"lodash": "^4.16.6",
"inquirer": "^1.2.3",
"lodash": "^4.17.2",
"shelljs": "^0.7.5",
"update-notifier": "^1.0.2",
"uuid": "^2.0.3",
"yargs": "^6.3.0"
"uuid": "^3.0.1",
"yargs": "^6.4.0"
}
}

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