New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

idea-html2pdf

Package Overview
Dependencies
Maintainers
1
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 1.0.1 to 1.0.2

6

dist/html2pdf.d.ts
/// <reference types="node" />
import { Lambda } from 'aws-sdk';
import { SafeString } from 'handlebars';
import { SafeString, HelperDelegate } from 'handlebars';
import { S3 } from 'idea-aws';

@@ -32,2 +32,6 @@ import { Languages, SignedURL } from 'idea-toolbox';

/**
* Register an additional handelbars helper.
*/
handlebarsRegisterHelper(name: string, func: HelperDelegate | any): void;
/**
* Create a new PDF created by an HTML source.

@@ -34,0 +38,0 @@ * @param params the parameters to create the PDF

@@ -50,2 +50,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

/**
* Register an additional handelbars helper.
*/
handlebarsRegisterHelper(name, func) {
handlebars_1.registerHelper(name, func);
}
/**
* Create a new PDF created by an HTML source.

@@ -52,0 +58,0 @@ * @param params the parameters to create the PDF

2

package.json
{
"name": "idea-html2pdf",
"version": "1.0.1",
"version": "1.0.2",
"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