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
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 1.0.0 to 1.0.1

6

CHANGELOG.md
# bits-to-dead-trees
## 1.0.1
### Patch Changes
- cd71c2f: Update playwright to 1.23.2 (new browser versions)
## 1.0.0

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

2

index.js

@@ -85,3 +85,3 @@ // @ts-check

try {
await server.listen(+SERVER_PORT, SERVER_ADDRESS);
await server.listen({ port: +SERVER_PORT, host: SERVER_ADDRESS });
} catch (error) {

@@ -88,0 +88,0 @@ console.error(error);

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

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

"dependencies": {
"fastify": "^3.28.0",
"playwright-core": "^1.21.1"
"fastify": "^4.2.0",
"playwright-core": "^1.23.2"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"eslint": "^8.13.0",
"@changesets/cli": "^2.23.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"nodemon": "^2.0.15",
"pino-pretty": "^7.6.1",
"prettier": "^2.6.2",
"typescript-json-schema": "^0.53.0"
"nodemon": "^2.0.19",
"pino-pretty": "^8.1.0",
"prettier": "^2.7.1",
"tslib": "^2.4.0",
"typescript-json-schema": "^0.54.0"
}
}

@@ -44,1 +44,15 @@ # bits-to-dead-trees

The response is the PDF file.
## Docker
Versions are automatically build as Docker images and are available on [GitHub's package registry](https://github.com/rmehner/bits-to-dead-trees/pkgs/container/bits-to-dead-trees)
If you want to use it internally with docker-compose, this should give you a good idea to start:
```yml
services:
pdf:
image: ghcr.io/rmehner/bits-to-dead-trees:v1.0.0
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