Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "uqr", | ||
"type": "module", | ||
"version": "0.0.4", | ||
"packageManager": "pnpm@8.6.11", | ||
"version": "0.1.0", | ||
"packageManager": "pnpm@8.6.12", | ||
"description": "Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.", | ||
@@ -49,6 +49,6 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.40.0", | ||
"@antfu/eslint-config": "^0.40.2", | ||
"@antfu/ni": "^0.21.5", | ||
"@antfu/utils": "^0.7.5", | ||
"@types/node": "^20.4.7", | ||
"@types/node": "^20.4.9", | ||
"bumpp": "^9.1.1", | ||
@@ -58,9 +58,9 @@ "eslint": "^8.46.0", | ||
"lint-staged": "^13.2.3", | ||
"pnpm": "^8.6.11", | ||
"pnpm": "^8.6.12", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.27.2", | ||
"rollup": "^3.28.0", | ||
"simple-git-hooks": "^2.9.0", | ||
"typescript": "^5.1.6", | ||
"unbuild": "^1.2.1", | ||
"vite": "^4.4.8", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
@@ -67,0 +67,0 @@ }, |
# uqr | ||
[![NPM version](https://img.shields.io/npm/v/uqr?color=a1b858&label=)](https://www.npmjs.com/package/uqr) | ||
[![npm version][npm-version-src]][npm-version-href] | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
[![bundle][bundle-src]][bundle-href] | ||
[![License][license-src]][license-href] | ||
[![JSDocs][jsdocs-src]][jsdocs-href] | ||
Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG. | ||
<!-- [![Codecov][codecov-src]][codecov-href] --> | ||
Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG. ES module , zero dependency, tree-shakable. | ||
## Install | ||
@@ -117,1 +123,17 @@ | ||
[MIT](./LICENSE) License | ||
<!-- Badges --> | ||
[npm-version-src]: https://img.shields.io/npm/v/uqr?style=flat&colorA=18181B&colorB=F0DB4F | ||
[npm-version-href]: https://npmjs.com/package/uqr | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/uqr?style=flat&colorA=18181B&colorB=F0DB4F | ||
[npm-downloads-href]: https://npmjs.com/package/uqr | ||
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/uqr/main?style=flat&colorA=18181B&colorB=F0DB4F | ||
[codecov-href]: https://codecov.io/gh/unjs/uqr | ||
[bundle-src]: https://img.shields.io/bundlephobia/minzip/uqr?style=flat&colorA=18181B&colorB=F0DB4F | ||
[bundle-href]: https://bundlephobia.com/result?p=uqr | ||
[license-src]: https://img.shields.io/github/license/unjs/uqr.svg?style=flat&colorA=18181B&colorB=F0DB4F | ||
[license-href]: https://github.com/unjs/uqr/blob/main/LICENSE | ||
[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat&colorA=18181B&colorB=F0DB4F | ||
[jsdocs-href]: https://www.jsdocs.io/package/uqr |
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
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
63245
139