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

@docutain/cordova-plugin-docutain-sdk

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docutain/cordova-plugin-docutain-sdk - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

src/android/android.iml

7

package.json
{
"name": "@docutain/cordova-plugin-docutain-sdk",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "The Docutain SDK for Cordova brings high quality document scanning, data extraction, text recognition and PDF creation features to your mobile apps, known from the world famous Docutain document management app used by millions of users around the world.",
"cordova": {
"id": "cordova-plugin-docutain-sdk",
"id": "@docutain/cordova-plugin-docutain-sdk",
"platforms": [
"android"
"android",
"ios"
]

@@ -10,0 +11,0 @@ },

@@ -12,3 +12,3 @@ /**

try {
cordova.exec(successCallback, errorCallback, "DocutainSDK", actionName, (options ? options : []));
cordova.exec(successCallback, errorCallback, "DocutainSDKCordova", actionName, (options ? options : []));
}

@@ -15,0 +15,0 @@ catch (err) {

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