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

qrcode-angular

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcode-angular - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

15

package.json
{
"name": "qrcode-angular",
"version": "1.1.0",
"version": "1.1.1",
"author": "originRing",
"keywords": [
"qrcode",
"qrocde.anuglar",
"ng-qrcode"
"qr-code",
"qr code",
"ng-qrcode",
"ngx-qrcode",
"angular",
"qrcode-angular",
"qrocde anuglar",
"anuglar qrocde",
"anuglar-qrocde"
],
"license": "MIT",
"description": "A Angular component to generate QR codes for rendering to the DOM.",
"description": "A angular component to generate QR codes for rendering to the DOM.",
"repository": {

@@ -13,0 +20,0 @@ "type": "git",

# qrcode-angular
A Angular component to generate QR codes for rendering to the DOM.
A angular component to generate QR codes for rendering to the DOM.

@@ -29,2 +29,18 @@ ## Introduction

- basic
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring.png" alt="basic" width="100" height="100">
- icon
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-logo.png" alt="basic" width="100" height="100">
- color
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-color.png" alt="basic" width="100" height="100">
- errorLevel(H)
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-level.png" alt="basic" width="100" height="100">
## API

@@ -44,2 +60,12 @@

qrcode-angular bundles the [qrcodegen](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts), which is available under the [MIT license](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts).
### Invalid QR Code
`value` has a conservative upper limit of 738 or fewer strings. If error correction levels are used, the `value` upper limit will be lowered.
### QR Code error correction level
The ErrorLevel means that the QR code can be scanned normally after being blocked, and the maximum area that can be blocked is the error correction rate.
Generally, the QR code is divided into 4 error correction levels: Level `L` can correct about `7%` errors, Level `M` can correct about `15%` errors, Level `Q` can correct about `25%` errors, and Level `H` can correct about `30%` errors.
> qrcode-angular bundles the [qrcodegen](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts), which is available under the [MIT license](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts).
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