Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdf-from-html

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-from-html - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2-beta

32

package.json
{
"name": "pdf-from-html",
"version": "0.1.1",
"version": "0.1.2-beta",
"description": "Generate PDF file using an HTML file as input for the body.",

@@ -10,8 +10,3 @@ "main": "src/index.js",

],
"bin": {
"pdf-from-html": "bin/cli.js"
},
"directories": {
"test": "test"
},
"bin": "bin/cli.js",
"scripts": {

@@ -22,3 +17,3 @@ "test": "mocha"

"type": "git",
"url": "git+https://github.com/soldocjs/pdf-from-html.git"
"url": "git+https://github.com/hq20/pdf-from-html.git"
},

@@ -30,17 +25,22 @@ "keywords": [

],
"author": "obernardovieira",
"author": "hq20",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/soldocjs/pdf-from-html/issues"
"url": "https://github.com/hq20/pdf-from-html/issues"
},
"homepage": "https://github.com/soldocjs/pdf-from-html#readme",
"dependencies": {
"meow": "5.0.0",
"mustache": "3.0.1",
"puppeteer": "1.19.0"
"homepage": "https://github.com/hq20/pdf-from-html#readme",
"peerDependencies": {
"meow": "5.0.x",
"mustache": "3.1.x",
"puppeteer": "1.20.x"
},
"devDependencies": {
"meow": "6.0.0",
"mustache": "3.2.1",
"puppeteer": "2.0.0",
"chai": "4.2.0",
"expect.js": "0.3.1",
"mocha": "6.2.0"
"mocha": "7.0.0",
"pdf-to-text": "0.0.7"
}
}
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