Socket
Socket
Sign inDemoInstall

ng-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-qrcode - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

ng-qrcode.js

@@ -22,3 +22,3 @@ "use strict";

QRCodeComponent.prototype.ngOnChanges = function (changes) {
if (!('value' in changes) || !('size' in changes)) {
if (!changes.value && !changes.size) {
return;

@@ -48,4 +48,3 @@ }

core_1.Component({
selector: 'qr-code',
template: '<div #container></div>'
selector: 'qr-code'
}),

@@ -52,0 +51,0 @@ __metadata("design:paramtypes", [core_1.ElementRef])

2

package.json
{
"name": "ng-qrcode",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple and AOT compatible QR code generator for your Angular project.",

@@ -5,0 +5,0 @@ "main": "ng-qrcode.js",

@@ -18,3 +18,3 @@ # Angular QR code generator

```
<qr-code [data]="'Yo world!'" [size]="200"></qr-code>
<qr-code [value]="'Yo world!'" [size]="300"></qr-code>
```
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