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

pspdfkit-cordova

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pspdfkit-cordova - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "pspdfkit-cordova",
"version": "1.0.12",
"version": "1.0.13",
"description": "PSPDFKit Cordova Plugin for Android and iOS",

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

@@ -36,2 +36,20 @@ //

/**
* Sets global options for PSPDFKit.
*
* @param options The `options` parameter. See the full list of `PSPDFSettingKeys` here: https://pspdfkit.com/api/ios/Other%20Constants.html#/c:@PSPDFSettingKeyXCallbackURLString
* @callback callback Success and error callback function.
*
* __Supported Platforms__
*
* -iOS
*/
exports.setGlobalOptions = function (options, callback) {
if (platform === "ios") {
executeAction(callback, "setGlobalOptions", [options]);
} else {
console.log("Not implemented on " + platform + ".");
}
};
// Showing and dismissing PDF

@@ -38,0 +56,0 @@

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