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

cordova-plugin-qrscanner-12

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-qrscanner-12 - npm Package Versions

3.0.9

Diff

Changelog

Source

3.0.9 (2022-12-08)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.8"></a>

jaimehere
published 3.0.8 •

Changelog

Source

3.0.8 (2022-12-07)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.7"></a>

jaimehere
published 3.0.7 •

Changelog

Source

3.0.7 (2022-12-07)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.7"></a>

jaimehere
published 3.0.6 •

Changelog

Source

3.0.6 (2022-12-07)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.5"></a>

jaimehere
published 3.0.5 •

Changelog

Source

3.0.5 (2022-11-30)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.4"></a>

jaimehere
published 3.0.4 •

Changelog

Source

3.0.4 (2022-11-30)

Bug Fixes

  • all: added required parameters to certain cordova.exec functions (69fe4e6)
  • android: background colors & change plugin name (aa0f9dd)
  • android: fixes the enableLight and disableLight methods (21add2f)
  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • ios: correct video preview orientation handling on iOS (141edbb), closes #50 #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)
  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12
  • ios: prevents iOS plugin from crashing when destroy is called without a callback (610a004), closes #142
  • ios,android: set background to transparent rather than white (c9531b8), closes #135
  • js: added requred args param to cordova.exec calls (99050d6)
  • jshint: make jshint pass (2d95c10)
  • library: fixes an issue with optional callbacks being required (99dc348), closes #32
  • library: rename UMD library file in dist (a4b385f)
  • package: add main property to package (955e375), closes #83
  • package: remove install script (b769bec)
  • package: Use upstream swift support plugin (211597c)
  • syntax: Swift 5 (692c126)
  • tag: removes invalid tag UseSwiftLanguageVersion (3c368fe)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • all: Add build process, release browser platform as a UMD library (052b8d3), closes #30
  • android: add QRScanner class and majority of its methods (7e589ef)
  • android: android platform release preparation (2d60614)
  • android: complete initial android release (4afa02e)
  • browser: add browser to plugin.xml (ac91b82)
  • browser: initial release of browser platform (2288539)
  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: remove need for the swift-support hook, remove script (dca1f7e)
  • ios: Support iOS 10 beta (fa7ef5b)
  • ios: support older iPods (without a back camera) (f211f90)
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: add support for windows phone 8.1 (3efa2df)
  • windows: target windows 10 universal (691cdda)

<a name="3.0.1"></a>

jaimehere
published 3.0.3 •

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