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

pspdfkit-cordova

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

.github/ISSUE_TEMPLATE.md

2

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

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

@@ -584,6 +584,7 @@ //

*
* -iOS
* -Android
*/
exports.clearCacheForPage = function(pageIndex, callback) {
if (platform === "android") {
if (platform === "ios" || platform === "android") {
executeAction(callback, "clearCacheForPage", [pageIndex]);

@@ -590,0 +591,0 @@ } else {

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