Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "ng-qrcode", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple and AOT compatible QR code generator for your Angular project.", | ||
"main": "main.js", | ||
"main": "ng-qrcode.js", | ||
"module": "ng-qrcode.js", | ||
"typings": "ng-qrcode.d.ts", | ||
"scripts": {}, | ||
@@ -12,9 +14,11 @@ "repository": { | ||
"keywords": [ | ||
"qrcode", | ||
"qr", | ||
"code", | ||
"qrcode", | ||
"qr-code", | ||
"angular", | ||
"angular2", | ||
"angular4", | ||
"angular", | ||
"ng", | ||
"ngx", | ||
"ng2", | ||
@@ -24,8 +28,4 @@ "ng4" | ||
"files": [ | ||
"main.d.ts", | ||
"main.js", | ||
"qrcode.module.d.ts", | ||
"qrcode.module.js", | ||
"qrcode.component.d.ts", | ||
"qrcode.component.js" | ||
"ng-qrcode.d.ts", | ||
"ng-qrcode.js" | ||
], | ||
@@ -38,12 +38,15 @@ "author": "emin93 <emin@emin.ch>", | ||
"homepage": "https://github.com/emin93/ng-qrcode#readme", | ||
"dependencies": { | ||
"@angular/common": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
"@angular/platform-browser": "^4.0.0", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4" | ||
"peerDependencies": { | ||
"@angular/core": ">=2.0.0", | ||
"@angular/common": ">=2.0.0", | ||
"@angular/platform-browser": ">=2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "4.0.0", | ||
"@angular/core": "4.0.0", | ||
"@angular/platform-browser": "4.0.0", | ||
"rxjs": "5.1.0", | ||
"zone.js": "0.8.4", | ||
"typescript": "2.2.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Angular QR code generator |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3
0
5337
6
5
69
+ Added@angular/common@18.2.12(transitive)
+ Added@angular/core@18.2.12(transitive)
+ Added@angular/platform-browser@18.2.12(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedzone.js@0.14.10(transitive)
- Removed@angular/common@^4.0.0
- Removed@angular/core@^4.0.0
- Removed@angular/platform-browser@^4.0.0
- Removedrxjs@^5.1.0
- Removedzone.js@^0.8.4
- Removed@angular/common@4.4.7(transitive)
- Removed@angular/core@4.4.7(transitive)
- Removed@angular/platform-browser@4.4.7(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.8.29(transitive)