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.2.0-rc.1 to 1.2.0-rc.2

2

dist/index.js

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

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

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

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

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

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

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

@@ -36,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