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

npm-install-peers

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-install-peers - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-rc.1

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## 1.2.0
- Added support for npm 5
## 1.1.0

@@ -7,0 +10,0 @@ - Added `peerInstallOptions` which can be used to provide different

@@ -39,2 +39,3 @@ 'use strict';

peerInstallOptions['no-save'] = true;
npm.load(peerInstallOptions, function () {

@@ -41,0 +42,0 @@ npm.commands.install(packages);

2

package.json
{
"name": "npm-install-peers",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"description": "CLI command to install npm peerDependencies",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -33,2 +33,3 @@ const chalk = require('chalk')

peerInstallOptions['no-save'] = true;
npm.load(peerInstallOptions, function() {

@@ -35,0 +36,0 @@ npm.commands.install(packages)

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