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

yargs-parser

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yargs-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-alpha

6

index.js
var camelCase = require('camelcase')
var findUp = require('find-up')
var rootPath = require('app-root-path')
var pkgConf = require('pkg-conf')

@@ -15,3 +15,3 @@ var path = require('path')

var aliases = combineAliases(opts.alias || {})
var configuration = loadConfiguration(opts.cwd || path.resolve(path.dirname(__filename), '../'))
var configuration = loadConfiguration(opts.cwd || rootPath.path)
var defaults = opts.default || {}

@@ -567,3 +567,3 @@ var envPrefix = opts.envPrefix

},
cwd: findUp.sync('package.json', {cwd: cwd})
cwd: cwd
})

@@ -570,0 +570,0 @@ }

{
"name": "yargs-parser",
"version": "1.1.0",
"version": "1.1.1-alpha",
"description": "the mighty option parser used by yargs",

@@ -36,6 +36,6 @@ "main": "index.js",

"dependencies": {
"app-root-path": "^1.0.0",
"camelcase": "^2.0.1",
"find-up": "^1.1.0",
"pkg-conf": "^1.1.1"
}
}
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