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.6.8 to 0.6.9

6

dist/commands/reset.js

@@ -28,3 +28,7 @@ 'use strict';

_utils.Log.info('\nReinstalling node_modules...');
(0, _shelljs.exec)('meteor npm install');
if (!!(0, _shelljs.which)('yarn')) {
(0, _shelljs.exec)('yarn install');
} else {
(0, _shelljs.exec)('meteor npm install');
}
_utils.Log.success('Done!\n');

@@ -31,0 +35,0 @@ }

2

package.json
{
"name": "reaction-cli",
"version": "0.6.8",
"version": "0.6.9",
"description": "A command line tool for Reaction Commerce",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

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