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

pspdfkit-cordova

Package Overview
Dependencies
Maintainers
6
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.1.3 to 1.1.4

30

docs/android/README.md

@@ -399,2 +399,32 @@ # Cordova Plugin - PSPDFKit for Android 6

### Conflict Trying to Modify Attributes
In some cases, Cordova might fail adding `pspdfkit-cordova` plugin because of clashing configuration:
```
Failed to install 'pspdfkit-cordova': Error: There was a conflict trying to modify attributes with <edit-config> in plugin pspdfkit-cordova. The conflicting plugin, ..., already modified the same attributes. The conflict must be resolved before pspdfkit-cordova can be added. You may use --force to add the plugin and overwrite the conflicting attributes.
```
You can workaround this issue by following these steps:
1. Reorder the PSPDFKit plugin inside `package.json` before other conflicting plugins:
```package.json
...
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"pspdfkit-cordova": {},
"conflicting-plugin": {}
}
}
...
```
2. Remove platforms and plugins directories (`rm -rf platforms plugins`).
3. Run `cordova prepare` to initialize all platforms and plugins in order specified inside the `package.json`.
## Troubleshooting Ionic

@@ -401,0 +431,0 @@

2

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

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

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