qrcode.react
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "qrcode.react", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "React component to generate QR codes", | ||
@@ -16,4 +16,10 @@ "keywords": [ | ||
".": { | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/index.js" | ||
"import": { | ||
"types": "./lib/index.d.mts", | ||
"default": "./lib/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
} | ||
@@ -20,0 +26,0 @@ }, |
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
112541