Socket
Socket
Sign inDemoInstall

help

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.npmignore

2

index.js

@@ -0,1 +1,3 @@

'use strict'
var path = require('path')

@@ -2,0 +4,0 @@ , fs = require('fs')

9

package.json
{
"name": "help",
"version": "2.1.0",
"version": "2.1.1",
"description": "substack way of --help",
"main": "index.js",
"scripts": {
"test": "tap test/test.js --cov"
},
"dependencies": {},
"devDependencies": {},
"devDependencies": {
"tap": "~1.3.2"
},
"license": "MIT",

@@ -9,0 +14,0 @@ "author": "Evan Lucas <evanlucas@me.com>",

# help
[![Build Status](https://travis-ci.org/evanlucas/help.svg)](https://travis-ci.org/evanlucas/help)
[![Coverage Status](https://coveralls.io/repos/evanlucas/help/badge.svg?branch=master&service=github)](https://coveralls.io/github/evanlucas/help?branch=master)
[substack](https://github.com/substack) way of --help

@@ -23,3 +26,3 @@

help(filepath, stream)
### help(filepath, stream)

@@ -26,0 +29,0 @@ returns function(code)

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