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.0 to 0.1.1

2

docs/install.md

@@ -7,3 +7,3 @@ # Install

The difference to `npm i` is that it normally has the warn-level set to `info`, so you'll be seeing the beautiful info messages whenever a dependency has progressed again.
The difference to `npm i` is that it normally has the warn-level set to `http`, so you'll be seeing the beautiful info messages whenever a dependency has progressed again.

@@ -10,0 +10,0 @@ ### Arguments

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

} else {
npmconf.loglevel = 'info';
npmconf.loglevel = 'http';
}

@@ -35,3 +35,3 @@ npm.load(npmconf, function (err, npm) {

} else {
npmconf.loglevel = 'info';
npmconf.loglevel = 'http';
}

@@ -38,0 +38,0 @@ npm.load(npmconf, function (err, npm) {

{
"name": "nh",
"version": "0.1.0",
"version": "0.1.1",
"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