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

bandersnatch

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandersnatch - npm Package Compare versions

Comparing version 1.3.9 to 1.4.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.4.0](https://github.com/hongaar/bandersnatch/compare/v1.3.9...v1.4.0) (2021-01-30)
### Features
* bump dependencies ([10dac0f](https://github.com/hongaar/bandersnatch/commit/10dac0f879d8b760d2c74ac94d560250d2d937d8))
## [1.3.9](https://github.com/hongaar/bandersnatch/compare/v1.3.8...v1.3.9) (2021-01-30)

@@ -2,0 +9,0 @@

8

lib/program.js

@@ -122,5 +122,7 @@ "use strict";

else {
// Resolve with void if promise is not available, which is the case
// with e.g. --version and --help
resolve();
// Resolve with undefined if promise is not available, which is the
// case with e.g. --version and --help. It should be noted that
// this might need to be filtered when e.g. printing resolved values
// from command handlers in a .then() function.
resolve(undefined);
}

@@ -127,0 +129,0 @@ });

{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.3.9",
"version": "1.4.0",
"repository": {

@@ -38,7 +38,7 @@ "type": "git",

"dependencies": {
"@types/yargs": "^15.0.5",
"@types/yargs": "^16.0.0",
"enquirer": "^2.3.6",
"string-argv": "^0.3.1",
"typed-emitter": "^1.2.0",
"yargs": "^16.0.0"
"yargs": "^16.2.0"
},

@@ -50,5 +50,5 @@ "devDependencies": {

"@types/node": "14.14.22",
"doctoc": "1.4.0",
"doctoc": "2.0.0",
"husky": "4.3.8",
"jest": "26.6.1",
"jest": "26.6.3",
"leasot": "11.5.0",

@@ -60,3 +60,3 @@ "mock-argv": "1.1.10",

"ts-node": "9.1.1",
"typescript": "4.0.5"
"typescript": "4.1.3"
},

@@ -63,0 +63,0 @@ "husky": {

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