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

@akamfoad/qr

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akamfoad/qr - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/cjs/qr.d.ts

21

package.json
{
"name": "@akamfoad/qr",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -20,11 +20,16 @@ "description": "Fully typed QRCode encoding implementation in JavaScript with no dependencies!",

],
"main": "./dist/cjs/qr.cjs",
"module": "./dist/qr.mjs",
"typings": "dist/qr.d.mts",
"main": "dist/cjs/qr.cjs",
"types": "dist/qr.d.mts",
"module": "dist/qr.mjs",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/qr.d.mts",
"import": "./dist/qr.mjs",
"default": "./dist/cjs/qr.cjs"
"import": {
"types": "./dist/qr.d.mts",
"default": "./dist/qr.mjs"
},
"require": {
"types": "./dist/cjs/qr.d.ts",
"default": "./dist/cjs/qr.cjs"
}
}

@@ -71,2 +76,2 @@ },

}
}
}
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