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
1
Versions
73
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

to
1.4.2

6

CHANGELOG.md
# bits-to-dead-trees
## 1.4.2
### Patch Changes
- 1a0f800: Upgrade Playwright to 1.28.1
## 1.4.1

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

10

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

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

"start:dev": "nodemon --inspect index.js",
"dump-schemas": "typescript-json-schema types/schemas.ts PdfRequestBody --out pdf_request_body.json",
"dump-schemas": "typescript-json-schema types/schemas.ts PdfRequestBody --out pdf_request_body.json && npm run format",
"update-schemas": "npm run dump-schemas && npm run format",

@@ -33,3 +33,3 @@ "postinstall": "npx playwright install chromium",

"fastify": "^4.10.2",
"playwright-core": "^1.28.0"
"playwright-core": "^1.28.1"
},

@@ -42,6 +42,6 @@ "devDependencies": {

"pino-pretty": "^9.1.1",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"tslib": "^2.4.1",
"typescript-json-schema": "^0.54.0"
"typescript-json-schema": "^0.55.0"
}
}

Sorry, the diff of this file is not supported yet