@akamfoad/qr
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"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 @@ }, | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3139
0
94946