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.4 to 1.2.5

7

CHANGELOG.md

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

## [1.2.5](https://github.com/hongaar/bandersnatch/compare/v1.2.4...v1.2.5) (2020-07-21)
### Bug Fixes
* **deps:** update dependency @types/inquirer to v7 ([#74](https://github.com/hongaar/bandersnatch/issues/74)) ([f5a53d1](https://github.com/hongaar/bandersnatch/commit/f5a53d1a4b6b164fee0cf442d3803953394ded25))
## [1.2.4](https://github.com/hongaar/bandersnatch/compare/v1.2.3...v1.2.4) (2020-07-13)

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

12

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

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

"dependencies": {
"@types/inquirer": "^6.5.0",
"@types/inquirer": "^7.0.0",
"@types/yargs": "^15.0.5",

@@ -49,4 +49,4 @@ "inquirer": "^7.3.0",

"@semantic-release/git": "9.0.0",
"@types/jest": "26.0.4",
"@types/node": "14.0.23",
"@types/jest": "26.0.5",
"@types/node": "14.0.24",
"doctoc": "1.4.0",

@@ -59,5 +59,5 @@ "husky": "4.2.5",

"promise.prototype.finally": "3.1.2",
"ts-jest": "26.1.2",
"ts-jest": "26.1.3",
"ts-node": "8.10.2",
"typescript": "3.9.6"
"typescript": "3.9.7"
},

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

@@ -5,5 +5,6 @@ # bandersnatch

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hongaar/bandersnatch/ci)](https://github.com/hongaar/bandersnatch/actions?query=workflow%3Aci)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/bandersnatch)](https://bundlephobia.com/result?p=bandersnatch)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/hongaar/bandersnatch.svg)](https://lgtm.com/projects/g/hongaar/bandersnatch/alerts/)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/hongaar/bandersnatch)](https://codeclimate.com/github/hongaar/bandersnatch/issues)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/hongaar/bandersnatch)](https://codeclimate.com/github/hongaar/bandersnatch/code)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/bandersnatch)](https://bundlephobia.com/result?p=bandersnatch)

@@ -10,0 +11,0 @@ > Super lightweight and friendly CLI scaffolding for Node.js programs.

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