Socket
Socket
Sign inDemoInstall

cordova-plugin-qrscanner

Package Overview
Dependencies
486
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

3.0.1

Diff

Changelog

Source

3.0.1 (2019-03-29)

Bug Fixes

  • iOS: remove tag UseSwiftLanguageVersion

<a name="3.0.0"></a>

BREAKING CHANGES

  • iOS: only supported by XCode 10.2 or higher

<a name="2.6.1"></a>

ematiu
published 3.0.0 •

ematiu
published 2.6.2 •

ematiu
published 2.6.1 •

Changelog

Source

2.6.1 (2019-03-27)

Bug Fixes

  • ios: adds support to Swift 4+ (required by XCode 10.2)

<a name="2.6.0"></a>

jasondreyzehner
published 2.6.0 •

Changelog

Source

2.6.0 (2018-05-17)

Bug Fixes

  • android: Remove cordova-plugin-compat android dependency (85e2396)
  • 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
  • package: add main property to package (955e375), closes #83
  • package: Use upstream swift support plugin (211597c)
  • windows: prevent memory leaks when destroying, add rd file (1a4843a)

Features

  • browser: upgrade qrcode-reader to ^1.0.4 (08cf523), closes #92
  • ios: Upgrade, convert syntax to Swift 3.1 (27fdd92)
  • windows: target windows 10 universal (691cdda)

<a name="2.5.0"></a>

jasondreyzehner
published 2.5.0 •

Changelog

Source

2.5.0 (2017-02-15)

Features

  • windows: add support for windows phone 8.1 (3efa2df)

<a name="2.4.1"></a>

jasondreyzehner
published 2.4.1 •

Changelog

Source

2.4.1 (2017-02-14)

Bug Fixes

  • ios: correct video preview orientation handling on iOS (141edbb), closes #7
  • ios: fix openSettings on iOS 10.0 (#43) (aaa098c)

<a name="2.4.0"></a>

jasondreyzehner
published 2.4.0 •

Changelog

Source

2.4.0 (2016-10-06)

How to Upgrade

If you installed a previous version of this plugin and manually added a block like the following to your config.xml:

<platform name="ios">
    <hook type="before_build" src="plugins/cordova-plugin-qrscanner/scripts/swift-support.js" />
    <config-file target="*-Info.plist" parent="NSCameraUsageDescription">
      <string>The camera is used to scan QR codes.</string>
    </config-file>
</platform>

you can simply delete the whole thing, it is no longer necessary. The iOS platform now installs itself completely, and no additional configuration is needed.

Features

  • ios: remove need for the swift-support hook, remove script (dca1f7e)

<a name="2.3.4"></a>

jasondreyzehner
published 2.3.4 •

Changelog

Source

2.3.4 (2016-10-01)

Bug Fixes

  • ios: Make NSCameraUsageDescription string non-empty, which is now rejected by Apple (514a2d2)
  • ios: pause scanning with pausePreview method on iOS (c0722c7), closes #12

<a name="2.3.3"></a>

jasondreyzehner
published 2.3.3 •

Changelog

Source

2.3.3 (2016-09-29)

Bug Fixes

  • browser: make cancelScan call the current scan's callback with error code 6 (d5ca673)
  • library: fixes an issue with optional callbacks being required (99dc348)

<a name="2.3.2"></a>

23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc