cordova-plugin-scanbot-sdk
Advanced tools
Comparing version 4.6.2 to 4.6.3-beta1
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
371174
52
4230
1