New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.2.0 to 0.3.0

8

package.json
{
"name": "@nuintun/qrcode",
"version": "0.2.0",
"version": "0.3.0",
"description": "QRCode encode and decode library.",

@@ -24,5 +24,5 @@ "main": "es5/index.js",

"example": "rollup -c example/rollup.config.js",
"build": "npm run build:es5 && npm run build:es6",
"build": "npm run build:es5 && npm run build:esnext",
"build:es5": "tsc --pretty --module commonjs --outDir es5",
"build:es6": "tsc --pretty --module esnext --outDir esnext"
"build:esnext": "tsc --pretty --module esnext --outDir esnext"
},

@@ -34,3 +34,3 @@ "dependencies": {

"rollup": "^1.10.1",
"typescript": "^3.4.4",
"typescript": "^3.4.5",
"rollup-plugin-node-resolve": "^4.2.3"

@@ -37,0 +37,0 @@ },

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