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.12.15 to 2.0.0

20

CHANGELOG.md

@@ -0,14 +1,26 @@

# [2.0.0](https://github.com/hongaar/bandersnatch/compare/v1.12.15...v2.0.0) (2024-05-27)
* feat!: update node.js versions (#608) ([d94e449](https://github.com/hongaar/bandersnatch/commit/d94e449006296ebd7eade66a99edf20882bbb8c1)), closes [#608](https://github.com/hongaar/bandersnatch/issues/608)
### BREAKING CHANGES
* This updates the minimum supported node.js version to 18
## [1.12.15](https://github.com/hongaar/bandersnatch/compare/v1.12.14...v1.12.15) (2024-04-10)
### Bug Fixes
* **deps:** bump tar from 6.1.11 to 6.2.1 ([#596](https://github.com/hongaar/bandersnatch/issues/596)) ([bdb1c06](https://github.com/hongaar/bandersnatch/commit/bdb1c06ac2e0d0d2c9140b9ee70828c521ded5df))
- **deps:** bump tar from 6.1.11 to 6.2.1
([#596](https://github.com/hongaar/bandersnatch/issues/596))
([bdb1c06](https://github.com/hongaar/bandersnatch/commit/bdb1c06ac2e0d0d2c9140b9ee70828c521ded5df))
## [1.12.14](https://github.com/hongaar/bandersnatch/compare/v1.12.13...v1.12.14) (2024-02-21)
### Bug Fixes
* **deps:** bump ip from 1.1.8 to 1.1.9 ([#579](https://github.com/hongaar/bandersnatch/issues/579)) ([c5c103e](https://github.com/hongaar/bandersnatch/commit/c5c103e3e3f693e444d5f30727dc21769007ab60))
- **deps:** bump ip from 1.1.8 to 1.1.9
([#579](https://github.com/hongaar/bandersnatch/issues/579))
([c5c103e](https://github.com/hongaar/bandersnatch/commit/c5c103e3e3f693e444d5f30727dc21769007ab60))

@@ -15,0 +27,0 @@ ## [1.12.13](https://github.com/hongaar/bandersnatch/compare/v1.12.12...v1.12.13) (2023-11-27)

10

package.json
{
"name": "bandersnatch",
"version": "1.12.15",
"version": "2.0.0",
"description": "Simple TypeScript CLI / REPL framework",

@@ -66,3 +66,3 @@ "keywords": [

"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"convert-extension": "0.3.0",

@@ -76,3 +76,3 @@ "doctoc": "2.2.1",

"prettier": "3.2.5",
"semantic-release": "23.0.7",
"semantic-release": "23.0.8",
"semantic-release-yarn": "3.0.2",

@@ -82,7 +82,7 @@ "ts-jest": "29.1.2",

"tsd": "0.31.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"packageManager": "yarn@3.5.0",
"engines": {
"node": ">=12"
"node": ">=18"
},

@@ -89,0 +89,0 @@ "moker": {

@@ -82,5 +82,6 @@ # bandersnatch [![npm](https://img.shields.io/npm/v/bandersnatch)](https://www.npmjs.com/package/bandersnatch)

> [!NOTE]
> We recommend using an _Active LTS_ or _Maintenance LTS_ [Node.js version](https://nodejs.org/en/about/releases/).
> _Current_ versions are tested, but not guaranteed to work.
> [!NOTE]
> We recommend using an _Active LTS_ or _Maintenance LTS_ Node.js
> [version](https://nodejs.org/en/about/releases/). _Current_ versions are
> tested, but not guaranteed to work.

@@ -320,6 +321,6 @@ ### Simple example

> [!WARNING]
> Please note that even though `--confirmed` was specified on the command
> line, it was still being prompted. This is a known issue. In this case, the
> default value was the same as the input, in which case bandersnatch doesn't know
> [!WARNING]
> Please note that even though `--confirmed` was specified on the command line,
> it was still being prompted. This is a known issue. In this case, the default
> value was the same as the input, in which case bandersnatch doesn't know
> whether a value was explicitly passed in or inherited from the default value.

@@ -364,6 +365,5 @@

---
> [!TIP]
> More examples in the [examples](https://github.com/hongaar/bandersnatch/tree/main/examples)
> [!TIP]
> More examples in the
> [examples](https://github.com/hongaar/bandersnatch/tree/main/examples)
> directory.

@@ -604,4 +604,5 @@

> [!TIP]
> An example can be found in the [examples/bundle](https://github.com/hongaar/bandersnatch/tree/main/examples/bundle)
> [!TIP]
> An example can be found in the
> [examples/bundle](https://github.com/hongaar/bandersnatch/tree/main/examples/bundle)
> directory.

@@ -748,3 +749,3 @@

> [!TIP]
> [!TIP]
> Omit `-t host` to create binaries for all platforms.

@@ -751,0 +752,0 @@

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