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

cordova-pdf-generator

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-pdf-generator - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

src/android/lib/flyingsaucer-R8/core-renderer.jar

2

package.json
{
"name": "cordova-pdf-generator",
"version": "0.9.5",
"version": "0.9.6",
"description": "is a HTML to PDF (offline) Generator.",

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

@@ -5,5 +5,5 @@ /*global cordova, module*/

htmlToPDF: function (options, successCallback, errorCallback) {
if(!options.url && !options.data) throw "No URL or HTML Data found.";
var url = options.url;

@@ -14,5 +14,5 @@ var data = options.data;

var type = options.type || "base64";
cordova.exec(successCallback, errorCallback, "PDFService", "htmlToPDF", [ url, data, docSize, landscape, type ]);
cordova.exec(successCallback, errorCallback, "PDFGenerator", "htmlToPDF", [ url, data, docSize, landscape, type ]);
}
};

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