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

cordova-plugin-scanbot-sdk

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-scanbot-sdk - npm Package Compare versions

Comparing version 4.16.1 to 4.16.2-beta.1

14

download-ios-framework.js

@@ -8,3 +8,4 @@

const version = "1.30.1";
const url = `https://download.scanbot.io/sdk/ios/scanbot-ios-sdk${version}.zip`;
const fileName = `scanbot-ios-sdk-xcframework-${version}`
const url = `https://download.scanbot.io/sdk/ios/xcframeworks/${fileName}.zip`;
const zipFile = "sdk-ios.zip";

@@ -26,10 +27,7 @@

const zip = new AdmZip(zipFile);
const zipFolder = "ScanbotSDK";
const destFolder = "Frameworks"
const sdkPath = path.join("src", "ios");
const sdkPath = path.join("src", "ios", "Frameworks");
if (!fs.existsSync(sdkPath)) {
fs.mkdirSync(sdkPath)
}
zip.extractAllTo(sdkPath, true);
fs.rename(path.join(sdkPath, zipFolder), path.join(sdkPath, destFolder), function() {
console.log("Done!");
});
} catch (e) {

@@ -36,0 +34,0 @@ warnWithMessage(e.message);

{
"name": "cordova-plugin-scanbot-sdk",
"title": "Scanbot Document and Barcode Scanner SDK for Cordova",
"version": "4.16.1",
"version": "4.16.2-beta.1",
"description": "Cordova Plugin for the Scanbot Document and Barcode Scanner SDK",

@@ -6,0 +6,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