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

nh

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nh - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

lib/install.js

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

npm.load(npmconf, function (err, npm) {
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install %s', pkg.join(' '));
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install %s', pkg.join(', '));
npm.commands.install(pkg, function (err) {

@@ -63,3 +63,3 @@ if (err) throw err;

npm.load(npmconf, function (err, npm) {
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s', pkg.join(' '));
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s', pkg.join(', '));
npm.commands.install(pkg, function (err) {

@@ -85,3 +85,3 @@ if (err) throw err;

npm.load(npmconf, function (err, npm) {
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s to dev dependencies', pkg.join(' '));
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s to dev dependencies', pkg.join(', '));
npm.commands.install(pkg, function (err) {

@@ -88,0 +88,0 @@ if (err) throw err;

{
"name": "nh",
"version": "0.1.2",
"version": "0.1.3",
"description": "npm helpers",

@@ -5,0 +5,0 @@ "author": "Jona Hugger <jona@kyr.li> (http://kyr.li)",

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