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

@untool/yargs

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untool/yargs - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [2.0.0-alpha.5](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.5) (2019-12-06)
### chore
* **yargs:** bump minimum required node version ([657443b](https://github.com/untool/untool/commit/657443bc46ae93b7994fef7958a01b9566243c33))
### BREAKING CHANGES
* **yargs:** Untool drops support for Node v8 & non-LTS versions
# [2.0.0-alpha.4](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.4) (2019-10-24)

@@ -8,0 +24,0 @@

8

package.json
{
"name": "@untool/yargs",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "untool yargs mixin",

@@ -22,3 +22,3 @@ "bin": {

"dependencies": {
"@untool/core": "^2.0.0-alpha.4",
"@untool/core": "^2.0.0-alpha.5",
"is-plain-obj": "^2.0.0",

@@ -29,5 +29,5 @@ "mixinable": "^4.0.0",

"engines": {
"node": ">8.6.0"
"node": "^10.13 || ^12.13"
},
"gitHead": "eebc0b13d754a45aee7344a8f08936c839851b30"
"gitHead": "1e02b93e4ee6e79d60759edc5891599ddb9bd9ea"
}
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