@nuintun/qrcode
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@nuintun/qrcode", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A pure JavaScript QRCode encode and decode library.", | ||
@@ -38,9 +38,9 @@ "main": "es5/index.js", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.10.0", | ||
"typescript": "^3.9.2", | ||
"rollup": "^2.16.1", | ||
"typescript": "^3.9.5", | ||
"magic-string": "^0.25.7", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"@rollup/plugin-node-resolve": "^7.1.3" | ||
"@rollup/plugin-node-resolve": "^8.0.1" | ||
}, | ||
"homepage": "https://github.com/nuintun/qrcode#readme" | ||
} |
@@ -7,2 +7,4 @@ # QRCode | ||
> [![Download Status][download-image]][npm-url] | ||
> [![Tree Shakeable][tree-shakeable-image]][bundle-phobia-url] | ||
> [![Side Effect][side-effect-image]][bundle-phobia-url] | ||
> [![Snyk Vulnerabilities][snyk-image]][snyk-url] | ||
@@ -136,3 +138,3 @@ > [![Dependencies][david-image]][david-url] | ||
- setOptions(options: Optins): Decoder | ||
- setOptions(options: Options): Decoder | ||
@@ -156,2 +158,5 @@ - Set decode options. | ||
[download-image]: https://img.shields.io/npm/dm/@nuintun/qrcode.svg?style=flat-square | ||
[tree-shakeable-image]: https://img.shields.io/badge/tree--shakeable-true-brightgreen?style=flat-square | ||
[side-effect-image]: https://img.shields.io/badge/side--effect-free-brightgreen?style=flat-square | ||
[bundle-phobia-url]: https://bundlephobia.com/result?p=@nuintun/qrcode | ||
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/nuintun/qrcode.svg?style=flat-square | ||
@@ -158,0 +163,0 @@ [snyk-url]: https://snyk.io/test/github/nuintun/qrcode |
425312
163