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

yargs

Package Overview
Dependencies
Maintainers
3
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yargs - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

4

package.json
{
"name": "yargs",
"version": "10.1.0",
"version": "10.1.1",
"description": "yargs the modern, pirate-themed, successor to optimist.",

@@ -29,3 +29,3 @@ "main": "./index.js",

"devDependencies": {
"chai": "^3.4.1",
"chai": "^4.1.2",
"chalk": "^1.1.3",

@@ -32,0 +32,0 @@ "coveralls": "^2.11.11",

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

const pkgJsonPath = findUp.sync('package.json', {
cwd: path || require('require-main-filename')(parentRequire || require),
cwd: path || require('path').dirname(require('require-main-filename')(parentRequire || require)),
normalize: false

@@ -508,0 +508,0 @@ })

Sorry, the diff of this file is too big to display

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