Socket
Socket
Sign inDemoInstall

bandersnatch

Package Overview
Dependencies
24
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.14 to 1.12.15

7

CHANGELOG.md

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

## [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))
## [1.12.14](https://github.com/hongaar/bandersnatch/compare/v1.12.13...v1.12.14) (2024-02-21)

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

10

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

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

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

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

"prettier": "3.2.5",
"semantic-release": "23.0.2",
"semantic-release": "23.0.7",
"semantic-release-yarn": "3.0.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tsd": "0.30.4",
"typescript": "5.3.3"
"tsd": "0.31.0",
"typescript": "5.4.4"
},

@@ -84,0 +84,0 @@ "packageManager": "yarn@3.5.0",

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

ℹ _We recommend using a_ 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 +320,7 @@ ### Simple example

⚠ _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._
> [!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.

@@ -365,5 +366,5 @@ ### TypeScript

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

@@ -603,5 +604,5 @@ ## API

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

@@ -747,3 +748,4 @@ Init a `package.json` if needed:

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

@@ -750,0 +752,0 @@ Run `yarn bundle` and then `./echo --help`. 💪

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc