Socket
Socket
Sign inDemoInstall

ng-qrcode

Package Overview
Dependencies
35
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

5.0.0

Diff

Changelog

Source

5.0.0 - 2021-06-17

  • Support Angular 12
  • Enable "partial-ivy" distribution format - https://angular.io/guide/creating-libraries#building-libraries-with-ivy

BREAKING CHANGES: Dropped support for angular versions prior to v12, require applications to be using Ivy rather than deprecated ViewEngine.

mnahkies
published 4.2.0 •

Changelog

Source

4.2.0 - 2021-04-11

  • Support rendering an image in the center of the generated QR code
  • Use default error correction level correctly if undefined is passed to the input
  • Documentation improvements
mnahkies
published 4.1.0 •

Changelog

Source

4.1.0 - 2020-11-14

  • Support Angular 11
mnahkies
published 4.0.1 •

Changelog

Source

4.0.1 - 2020-09-04

  • Forgot to include README in 4.0.0
mnahkies
published 4.0.0 •

Changelog

Source

4.0.0 - 2020-09-04

  • Support Angular 10
  • Dependencies updated

BREAKING CHANGES: Dropped support for angular versions prior to v10

mnahkies
published 3.1.0 •

Changelog

Source

3.1.0 - 2020-03-14

  • Support Angular 9
  • Dependencies updated
  • Export QrCodeDirective (though QrCodeComponent should be preferred)
mnahkies
published 3.0.2 •

Changelog

Source

3.0.2 - 2019-12-13

  • Dependencies updated
  • Amend README.md to note workarounds for https://github.com/mnahkies/ng-qrcode/issues/2#issuecomment-563414305
mnahkies
published 3.0.1 •

Changelog

Source

3.0.1 - 2019-08-11

  • Amend README.md
mnahkies
published 3.0.0 •

Changelog

Source

3.0.0 - 2019-08-11

  • Dependencies updated for Angular 8, Angular 7 support retained

** Breaking Changes **

  • Type error correction level correctly using string union rather than string. This type narrowing may cause a build error if consuming projects are not passing a valid value for this input. No change to behavior/code - type only change.
mnahkies
published 2.0.0 •

Changelog

Source

2.0.0 - 2019-05-12

  • Re-written to use qrcode npm module to generate QR codes in browsers using JavaScript

  • Add errorCorrectionLevel input to qr-code component

Breaking Changes

  • NgModule QRCodeModule renamed to QrCodeModule
  • Module re-written, therefore testing recommended when upgrading
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