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.0-beta.3 to 0.1.0-beta.4

2

index.js

@@ -36,3 +36,3 @@ const puppeteer = require('puppeteer');

if (!fs.existsSync(destinationDocsFolderPath)) {
fs.mkdirSync(destinationDocsFolderPath);
fs.mkdirSync(destinationDocsFolderPath, { recursive: true });
}

@@ -39,0 +39,0 @@ // write it to a file

{
"name": "pdf-from-html",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "Generate PDF file using an HTML file as input for the body.",

@@ -17,3 +17,3 @@ "main": "index.js",

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

@@ -26,16 +26,16 @@ "keywords": [

"author": "obernardovieira",
"license": "Apache-2.0",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/obernardovieira/pdf-from-html/issues"
"url": "https://github.com/soldocjs/pdf-from-html/issues"
},
"homepage": "https://github.com/obernardovieira/pdf-from-html#readme",
"homepage": "https://github.com/soldocjs/pdf-from-html#readme",
"dependencies": {
"meow": "5.0.0",
"mustache": "3.0.1",
"puppeteer": "1.14.0"
"puppeteer": "1.18.1"
},
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "6.1.3"
"mocha": "6.1.4"
}
}

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