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.19.2 to 2.20.0

9

CHANGELOG.md
# bits-to-dead-trees
## 2.20.0
### Minor Changes
- [#441](https://github.com/rmehner/bits-to-dead-trees/pull/441) [`b44b6a8`](https://github.com/rmehner/bits-to-dead-trees/commit/b44b6a80c99c3c5c9c3003d95f14d6e8102dd654) Thanks [@depfu](https://github.com/apps/depfu)! - Upgrade to Playwright 1.49.1.
This will switch to the new headless mode, see https://github.com/microsoft/playwright/issues/33566
for some details on that.
## 2.19.2

@@ -4,0 +13,0 @@

34

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

@@ -14,3 +14,3 @@ "repository": "github:rmehner/bits-to-dead-trees",

"engines": {
"node": ">= 20"
"node": ">= 22"
},

@@ -27,3 +27,3 @@ "main": "server.js",

"update-schemas": "npm run dump-schemas && npm run format",
"postinstall": "npx playwright-core install chromium",
"postinstall": "npx playwright-core install chromium --only-shell",
"add-changeset": "changeset",

@@ -35,23 +35,23 @@ "release": "changeset publish",

"dependencies": {
"fastify": "^5.0.0",
"playwright-core": "^1.48.2"
"fastify": "^5.2.1",
"playwright-core": "^1.49.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.13.0",
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"@tsconfig/node20": "^20.1.4",
"@types/lodash": "^4.17.12",
"@types/node": "20.11.22",
"eslint": "^9.13.0",
"@types/lodash": "^4.17.14",
"@types/node": "22.10.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.11.0",
"nodemon": "^3.1.7",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"pino-pretty": "^13.0.0",
"prettier": "^3.4.2",
"typescript-json-schema": "^0.65.1",
"vitest": "^2.1.3"
"vitest": "^2.1.8"
}
}

@@ -201,3 +201,3 @@ {

],
"description": "Emulates `'prefers-colors-scheme'` media feature, supported values are `'light'`, `'dark'`, `'no-preference'`. See\n[page.emulateMedia([options])](https://playwright.dev/docs/api/class-page#page-emulate-media) for more details.\nPassing `null` resets emulation to system defaults. Defaults to `'light'`."
"description": "Emulates [prefers-colors-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)\nmedia feature, supported values are `'light'` and `'dark'`. See\n[page.emulateMedia([options])](https://playwright.dev/docs/api/class-page#page-emulate-media) for more details.\nPassing `null` resets emulation to system defaults. Defaults to `'light'`."
},

@@ -204,0 +204,0 @@ "deviceScaleFactor": {

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

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

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