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

help-me

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

help-me - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "help-me",
"version": "1.0.0",
"version": "1.0.1",
"description": "Help command for node, partner of minimist and commist",

@@ -5,0 +5,0 @@ "main": "help-me.js",

@@ -10,9 +10,10 @@ help-me

```js
'use strict'
var helpMe = require('help-me')
, help =helpMe({
// the default
dir: path.join(path.dirname(require.main.filename), 'doc')
// the default
, ext: '.txt'
var help = helpMe({
// the default
dir: path.join(path.dirname(require.main.filename), 'doc'),
// the default
ext: '.txt'
})

@@ -35,3 +36,3 @@

var commist = require('commist')()
, help = require('./')()
var help = require('help-me')()

@@ -38,0 +39,0 @@ commist.register('help', help.toStdout)

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