Socket
Socket
Sign inDemoInstall

ng-qrcode

Package Overview
Dependencies
Maintainers
2
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 16.0.0 to 17.0.0

3

CHANGES.md

@@ -0,1 +1,4 @@

# 17.0.0 - 2023-11-20
- Support Angular 17 (#84 / #85)
# 16.0.0 - 2023-05-05

@@ -2,0 +5,0 @@ - Support Angular 16 (#76)

10

package.json
{
"name": "ng-qrcode",
"description": "Simple AOT compatible QR code generator for your Angular project.",
"version": "16.0.0",
"version": "17.0.0",
"license": "MIT",

@@ -18,8 +18,8 @@ "author": {

"dependencies": {
"qrcode": "^1.5.1",
"tslib": "^2.4.0"
"qrcode": "^1.5.3",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": ">=16 <17",
"@angular/core": ">=16 <17"
"@angular/common": ">=17 <18",
"@angular/core": ">=17 <18"
},

@@ -26,0 +26,0 @@ "keywords": [

@@ -9,3 +9,3 @@ # Angular QR Code Generator

**Features:**
* Compatible with Angular 16
* Compatible with Angular 17
* Leverages the widely used [qrcode](https://www.npmjs.com/package/qrcode)

@@ -104,2 +104,3 @@ package to do the heavy lifting

|-----------------|--------------------|
| ^17 | ^17 |
| ^16 | ^16 |

@@ -106,0 +107,0 @@ | ^15 | ^8 |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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