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

all-nvm

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-nvm - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

bin/all-nvm.js
#!/usr/bin/env node
const debug = require('debug')('all-nvm')
const debug = require('debug')('all')
const la = require('lazy-ass')

@@ -8,7 +8,10 @@ const is = require('check-more-types')

const help =
'use : all-nvm <any command> [any options]\n' +
'example: all-nvm npm i -g manpm'
require('simple-bin-help')({
minArguments: 4,
packagePath: join(__dirname, '..', 'package.json'),
help: 'use : all-nvm <any command> [any options]\n' +
'example: all-nvm npm i -g manpm'
help: help
})

@@ -15,0 +18,0 @@

@@ -1,2 +0,2 @@

const debug = require('debug')('all-nvm')
const debug = require('debug')('all')
const la = require('lazy-ass')

@@ -3,0 +3,0 @@ const is = require('check-more-types')

{
"name": "all-nvm",
"description": "Run any NPM command (including install) in all versions of Node managed by NVM",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",

@@ -14,3 +14,9 @@ "bin": {

"preferGlobal": true,
"files": [
"bin",
"index.js",
"src"
],
"scripts": {
"pretest": "npm run lint",
"test": "npm run lint",

@@ -17,0 +23,0 @@ "lint": "standard --verbose *.js bin/*.js src/*.js",

@@ -46,2 +46,9 @@ # all-nvm

Run unit tests in the current project in all local Node versions
(similar to [testen](https://github.com/egoist/testen) or [trevor](https://www.npmjs.com/package/trevor))
all npm test
TODO: run command in only specific Node versions, see [issues/2](https://github.com/bahmutov/all-nvm/issues/2)
## Details

@@ -66,2 +73,8 @@

## Debug
To see verbose output from this tool, run with environment variable DEBUG set to `all`
DEBUG=all all ...
### Small print

@@ -68,0 +81,0 @@

'use strict'
const debug = require('debug')('as-a')
const debug = require('debug')('all')
const la = require('lazy-ass')

@@ -5,0 +5,0 @@ const is = require('check-more-types')

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