Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uqr

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uqr - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

14

package.json
{
"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
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