New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bits-to-dead-trees

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bits-to-dead-trees - npm Package Compare versions

Comparing version 2.15.1 to 2.16.0

6

CHANGELOG.md
# bits-to-dead-trees
## 2.16.0
### Minor Changes
- [#361](https://github.com/rmehner/bits-to-dead-trees/pull/361) [`0e31220`](https://github.com/rmehner/bits-to-dead-trees/commit/0e312209f2fc74201ae758c49ec4fa2a69393b3f) Thanks [@depfu](https://github.com/apps/depfu)! - Upgrade to Playwright 1.45.0
## 2.15.1

@@ -4,0 +10,0 @@

14

package.json
{
"name": "bits-to-dead-trees",
"author": "Robin Mehner <robin@coding-robin.de>",
"version": "2.15.1",
"version": "2.16.0",
"description": "Turn HTML into PDF files",

@@ -33,15 +33,15 @@ "repository": "github:rmehner/bits-to-dead-trees",

"dependencies": {
"fastify": "^4.27.0",
"playwright-core": "^1.44.1"
"fastify": "^4.28.0",
"playwright-core": "^1.45.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@types/lodash": "^4.17.4",
"@changesets/cli": "^2.27.6",
"@types/lodash": "^4.17.5",
"@types/node": "20.11.22",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.1",
"nodemon": "^3.1.4",
"pino-pretty": "^10.3.1",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"typescript-json-schema": "^0.63.0",

@@ -48,0 +48,0 @@ "vitest": "^1.6.0"

@@ -386,2 +386,7 @@ {

},
"send": {
"description": "This option only applies to the requests sent from corresponding {@link APIRequestContext} and does not affect\nrequests sent from the browser. `'always'` - `Authorization` header with basic authentication credentials will be\nsent with the each API request. `'unauthorized` - the credentials are only sent when 401 (Unauthorized) response\nwith `WWW-Authenticate` header is received. Defaults to `'unauthorized'`.",
"enum": ["always", "unauthorized"],
"type": "string"
},
"username": {

@@ -388,0 +393,0 @@ "type": "string"

@@ -60,5 +60,5 @@ # bits-to-dead-trees

pdf:
image: ghcr.io/rmehner/bits-to-dead-trees:v2.15.0
image: ghcr.io/rmehner/bits-to-dead-trees:v2.15.1
ports:
- 8000:8000
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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