New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.2 to 4.6.3-beta1

compare-versions.py

10

download-ios-framework.js

@@ -13,6 +13,10 @@

const file = fs.createWriteStream(zipFile);
console.log("Downloading Scanbot SDK ... ("+url+")");
const response = request.get(url);
file.on("error", (e) => {
warnWithMessage(e.message);
});
console.log("Downloading Scanbot SDK ... (" + url + ")");
const response = request.get(url).on("error", (e) => {
warnWithMessage(e.message);
});
response.pipe(file);
file.on("finish", function() {

@@ -19,0 +23,0 @@ console.log("Unzipping and moving Scanbot SDK Framework");

{
"name": "cordova-plugin-scanbot-sdk",
"version": "4.6.2",
"version": "4.6.3-beta1",
"description": "Cordova Plugin for Scanbot SDK",

@@ -13,3 +13,4 @@ "cordova": {

"scripts": {
"postinstall": "node download-ios-framework.js"
"postinstall": "node download-ios-framework.js",
"prepack": "python compare-versions.py"
},

@@ -16,0 +17,0 @@ "types": "index.d.ts",

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