Socket
Socket
Sign inDemoInstall

@nightlylabs/qr-code

Package Overview
Dependencies
1
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

dist/index.cjs.js

21

package.json
{
"name": "@nightlylabs/qr-code",
"version": "2.0.0",
"version": "2.0.1",
"description": "Nightly QR codes generator",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/index.mjs.js",
"require": "./dist/index.cjs.js"
}
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",

@@ -12,5 +19,2 @@ "files": [

],
"scripts": {
"build": "rm -rf ./dist && rollup -c"
},
"keywords": [],

@@ -31,3 +35,6 @@ "author": "",

"qrcode-generator": "^1.4.4"
},
"scripts": {
"build": "rm -rf ./dist && rollup -c"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc