@nuintun/qrcode
Advanced tools
Comparing version 0.30.3 to 0.31.0
{ | ||
"name": "@nuintun/qrcode", | ||
"version": "0.30.3", | ||
"version": "0.31.0", | ||
"description": "A pure JavaScript QRCode encode and decode library.", | ||
@@ -34,3 +34,3 @@ "main": "es5/index.js", | ||
"del": "^4.1.1", | ||
"rollup": "^1.11.3", | ||
"rollup": "^1.12.0", | ||
"typescript": "^3.4.5", | ||
@@ -40,5 +40,5 @@ "acorn-walk": "^6.1.1", | ||
"rollup-plugin-typescript2": "^0.21.0", | ||
"rollup-plugin-node-resolve": "^4.2.4" | ||
"rollup-plugin-node-resolve": "^5.0.0" | ||
}, | ||
"homepage": "https://github.com/nuintun/qrcode#readme" | ||
} |
@@ -7,2 +7,3 @@ # QRCode | ||
> [![Download Status][download-image]][npm-url] | ||
> [![Snyk Vulnerabilities][snyk-image]][snyk-url] | ||
> [![Dependencies][david-image]][david-url] | ||
@@ -148,3 +149,5 @@ | ||
[download-image]: https://img.shields.io/npm/dm/@nuintun/qrcode.svg?style=flat-square | ||
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/nuintun/qrcode.svg?style=flat-square | ||
[snyk-url]: https://snyk.io/test/github/nuintun/qrcode | ||
[david-image]: https://img.shields.io/david/nuintun/qrcode.svg?style=flat-square | ||
[david-url]: https://david-dm.org/nuintun/qrcode |
396774
152