🚀 Socket Launch Week 🚀 Day 1: Introducing .NET Support in Socket.Learn More
Socket
Sign inDemoInstall
Socket

deps-install

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deps-install - npm Package Compare versions

Comparing version

to
0.1.1

3

index.js

@@ -15,3 +15,4 @@ 'use strict';

const installed = cmd => {
return !cp.spawnSync(cmd, ['--version']).error;
// shell: true must be set for this test to work on non *nixes.
return !cp.spawnSync(cmd, ['--version'], {shell: true}).error;
};

@@ -18,0 +19,0 @@

{
"name": "deps-install",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tiny tool to install dependencies with bower, npm, or yarn",

@@ -19,3 +19,3 @@ "repository": "brunch/deps-install",

"dependencies": {
"loggy": "~0.3.5",
"loggy": "^1",
"micro-promisify": "~0.1.0"

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is not supported yet