Socket
Socket
Sign inDemoInstall

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.2.1 to 1.2.2

54

CHANGELOG.md

@@ -0,6 +1,58 @@

## [1.2.2](https://github.com/hongaar/bandersnatch/compare/v1.2.1...v1.2.2) (2020-07-10)
### Bug Fixes
* **deps:** update dependency inquirer to v7.3.1 ([#64](https://github.com/hongaar/bandersnatch/issues/64)) ([058af9b](https://github.com/hongaar/bandersnatch/commit/058af9ba0724706319476309c3edc7ea344a01a3))
## [1.2.1](https://github.com/hongaar/bandersnatch/compare/v1.2.0...v1.2.1) (2020-07-10)
### Bug Fixes
- replace constructor.name comparison with instanceof statement ([fedb2f8](https://github.com/hongaar/bandersnatch/commit/fedb2f88a93597501bf23a00424e9c81ee154b36))
# [1.2.0](https://github.com/hongaar/bandersnatch/compare/v1.1.0...v1.2.0) (2020-07-10)
### Features
- add hidden option for commands ([3b16235](https://github.com/hongaar/bandersnatch/commit/3b16235279638f4c0151ff6d0f919a25a8969722))
# [1.1.0](https://github.com/hongaar/bandersnatch/compare/v1.0.1...v1.1.0) (2020-07-07)
### Features
- add commandHandler to action callback and add ts section to readme ([2c34c21](https://github.com/hongaar/bandersnatch/commit/2c34c21626e5146b78f12a62362623663d09fb95))
## [1.0.1](https://github.com/hongaar/bandersnatch/compare/v1.0.0...v1.0.1) (2020-07-07)
### Bug Fixes
* replace constructor.name comparison with instanceof statement ([fedb2f8](https://github.com/hongaar/bandersnatch/commit/fedb2f88a93597501bf23a00424e9c81ee154b36))
- remove console.log ([341432c](https://github.com/hongaar/bandersnatch/commit/341432c2f13711808ef48da0f1afb0a260c4c7df))
# 1.0.0 (2020-07-07)
### Bug Fixes
- **deps:** update dependency @types/yargs to v15.0.5 ([#34](https://github.com/hongaar/bandersnatch/issues/34)) ([3a4e61b](https://github.com/hongaar/bandersnatch/commit/3a4e61b225802a5e015b334356914f3d560a4eaf))
- **deps:** update dependency inquirer to v7.0.6 ([#3](https://github.com/hongaar/bandersnatch/issues/3)) ([c8efb98](https://github.com/hongaar/bandersnatch/commit/c8efb98f8ba560ec499623de9fc044ba8db9ae8a))
- **deps:** update dependency inquirer to v7.1.0 ([#6](https://github.com/hongaar/bandersnatch/issues/6)) ([8336ea4](https://github.com/hongaar/bandersnatch/commit/8336ea4a56aa66b22815985fc0f4026c68389ae0))
- **deps:** update dependency inquirer to v7.2.0 ([#45](https://github.com/hongaar/bandersnatch/issues/45)) ([99b1b0a](https://github.com/hongaar/bandersnatch/commit/99b1b0ae77af2e68fba180d350c4834b8e61a8ff))
- **deps:** update dependency inquirer to v7.3.0 ([#52](https://github.com/hongaar/bandersnatch/issues/52)) ([5ae6e06](https://github.com/hongaar/bandersnatch/commit/5ae6e066c2d1e764da5ccec7f6d0c21c67493e0f))
- **deps:** update dependency yargs to v15.3.0 ([#5](https://github.com/hongaar/bandersnatch/issues/5)) ([cb03568](https://github.com/hongaar/bandersnatch/commit/cb03568e24e0ae9e078064b13dcff93c3f0441c8))
- **deps:** update dependency yargs to v15.3.1 ([#8](https://github.com/hongaar/bandersnatch/issues/8)) ([afb63c8](https://github.com/hongaar/bandersnatch/commit/afb63c847c72ab79838cc20f4c13b077afdb8201))
- **deps:** update dependency yargs to v15.4.0 ([#53](https://github.com/hongaar/bandersnatch/issues/53)) ([50caa78](https://github.com/hongaar/bandersnatch/commit/50caa783a098f92e1ab3c57a643e519da513f004))
### Features
- arg types are working ([8a2cdf9](https://github.com/hongaar/bandersnatch/commit/8a2cdf96110b11172850f000c39c5790ecc6e791))
- arguments ([c186a86](https://github.com/hongaar/bandersnatch/commit/c186a86ff672dc46c96dfbaccf4017fe7fda9937))
- better error handling ([c5c7601](https://github.com/hongaar/bandersnatch/commit/c5c760105b34f2b15c20ddd7d3771dc9eff69eee))
- prefer choices ([e7bdc11](https://github.com/hongaar/bandersnatch/commit/e7bdc117ee851868345ff771b9879db8107a969b))
- prompt example ([8ff414b](https://github.com/hongaar/bandersnatch/commit/8ff414bb3a801ddd19adbf5327a8f5ee8f4896d1))
- prompter (wip) ([5bc9595](https://github.com/hongaar/bandersnatch/commit/5bc95954082c2d41a15cd914f9fc27e0b1b012ff))
- repl ([6ee5b10](https://github.com/hongaar/bandersnatch/commit/6ee5b10378847c05f7f111bcee6c3c79889c9058))
- show help when no handler is defined ([5c9b5e7](https://github.com/hongaar/bandersnatch/commit/5c9b5e7ed3d9d8b7cdc1677d0ecb7b5615be7e6d))
### Reverts
- pin dependencies ([3043bf6](https://github.com/hongaar/bandersnatch/commit/3043bf63a2a07d43a19c3a6e7ebae54e325387a3))

4

package.json
{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.2.1",
"version": "1.2.2",
"repository": {

@@ -49,3 +49,3 @@ "type": "git",

"@types/jest": "26.0.4",
"@types/node": "14.0.20",
"@types/node": "14.0.22",
"doctoc": "1.4.0",

@@ -52,0 +52,0 @@ "husky": "4.2.5",

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