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

@nuintun/qrcode

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuintun/qrcode - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

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

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