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

idea-html2pdf

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-html2pdf - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

5

dist/src/html2pdf.js

@@ -128,4 +128,5 @@ "use strict";

});
const { Payload } = await lambda.send(command);
return Buffer.from(Payload.transformToString(), 'base64');
const result = await lambda.send(command);
console.log(result);
return Buffer.from(result.Payload.transformToString(), 'base64');
}

@@ -132,0 +133,0 @@ catch (err) {

2

package.json
{
"name": "idea-html2pdf",
"version": "2.1.2",
"version": "2.1.3",
"description": "IDEA helper for generating a PDF from HTML contents",

@@ -5,0 +5,0 @@ "engines": {

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