Socket
Socket
Sign inDemoInstall

@thegrizzlylabs/cordova-plugin-genius-scan

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thegrizzlylabs/cordova-plugin-genius-scan - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

package.json
{
"name": "@thegrizzlylabs/cordova-plugin-genius-scan",
"version": "2.4.1",
"version": "2.4.2",
"description": "Cordova Plugin for Genius Scan SDK",

@@ -5,0 +5,0 @@ "author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",

@@ -31,4 +31,3 @@ # Genius Scan SDK Cordova plugin

Nothing to do on a new project; use `cordova platform update ios --save` within your existing cordova project to upgrade it.
- **Android**: `cordova-android` 6.x.x
The plugin is not compatible with Cordova Android 7.x.x because of structural changes ([details](https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html)).
- **Android**: `cordova-android` at least 6.x.x

@@ -146,3 +145,3 @@ **Note for Xcode 10 users**: [Cordova-ios is not fully compatible with Xcode 10 yet](https://github.com/apache/cordova-ios/issues/407), you may need to use `cordova run ios --buildFlag="-UseModernBuildSystem=0"` command to build the project properly

| --- | --- | --- |
| scanOptions.defaultEnhancement | String | Force a specific image enhancement by default. Accepted values: `cordova.plugins.GeniusScan.ENHANCEMENT_BW`, `cordova.plugins.GeniusScan.ENHANCEMENT_COLOR`, `cordova.plugins.GeniusScan.ENHANCEMENT_PHOTO` |
| scanOptions.defaultEnhancement | String | Force a specific image enhancement by default. Accepted values: `cordova.plugins.GeniusScan.ENHANCEMENT_NONE`, `cordova.plugins.GeniusScan.ENHANCEMENT_BW`, `cordova.plugins.GeniusScan.ENHANCEMENT_COLOR`, `cordova.plugins.GeniusScan.ENHANCEMENT_PHOTO` |

@@ -178,1 +177,40 @@ ### Error callback

# FAQ
## What if I get a validation error from App Store Connect?
You must remove the x86_64 and i386 slices before submitting your application to the App Store. They are only used for the iOS smiulator and iTunes rejects any binary that contains non-ARM slices.
They can stripped out with a script like [this one](https://stackoverflow.com/a/42642209/1644052).
## What should I do if my license is invalid?
Make sure you have an ongoing contract with us. Contact us at sdk@thegrizzlylabs.com for any information.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.2] - 2019-02-27
### Changed
- Compatibility with android-cordova >= v7.0.0
### Added
- `ENHANCEMENT_NONE` default enhancement option
- Cancel button on iOS camera screen
- Auto trigger in Android
## [2.4.1] - 2018-12-05
### Changed
- Fix README
## [2.4.0] - 2018-12-05
### Added
- PDF generation with `generatePDF`
- Selecting an enhancement type by default with `defaultEnhancement` option
### Changed
- Fix crash on ipad when clicking "Edit" button
- Fix error with too long activity result code

@@ -23,4 +23,5 @@ // Note: we avoid ES6 in cordova JS, because underlying webview might not be compatible.

exports.ENHANCEMENT_NONE = 'none'
exports.ENHANCEMENT_BW = 'bw'
exports.ENHANCEMENT_PHOTO = 'color'
exports.ENHANCEMENT_COLOR = 'whiteboard'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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