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.1 to 1.1.0

4

help-me.js

@@ -36,3 +36,3 @@ 'use strict'

var out = through()
var gs = globStream.create([opts.dir + '/**/*' + opts.ext])
var gs = globStream([opts.dir + '/**/*' + opts.ext])
var re = new RegExp(args.map(function (arg) {

@@ -46,3 +46,3 @@ return arg + '[a-zA-Z0-9]*'

files = files.map(function (file) {
file.relative = file.path.replace(file.base, '')
file.relative = file.path.replace(file.base, '').replace(/^\//, '')
return file

@@ -49,0 +49,0 @@ }).filter(function (file) {

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

@@ -30,3 +30,3 @@ "main": "help-me.js",

"pre-commit": "^1.1.3",
"standard": "^7.1.2",
"standard": "^9.0.0",
"tape": "^4.6.0"

@@ -36,3 +36,3 @@ },

"callback-stream": "^1.0.2",
"glob-stream": "^5.3.2",
"glob-stream": "^6.1.0",
"through2": "^2.0.1",

@@ -39,0 +39,0 @@ "xtend": "^4.0.0"

@@ -25,3 +25,3 @@ help-me

// little helper to do the same
help.helpToStdout(['hello']
help.toStdout(['hello']
```

@@ -28,0 +28,0 @@

Sorry, the diff of this file is not supported yet

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