@stevent-team/react-qr-hunter
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@stevent-team/react-qr-hunter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A QR code scanner for React", | ||
@@ -16,14 +16,12 @@ "keywords": [ | ||
"license": "MIT", | ||
"library": "dist/index.js", | ||
"main": "dist/main.js", | ||
"module": "dist/module.js", | ||
"example": "dist-example/index.html", | ||
"targets": { | ||
"library": { | ||
"source": "src/index.js", | ||
"context": "browser", | ||
"outputFormat": "commonjs", | ||
"isLibrary": true, | ||
"includeNodeModules": { | ||
"react": false | ||
} | ||
"main": { | ||
"source": "src/index.js" | ||
}, | ||
"module": { | ||
"source": "src/index.js" | ||
}, | ||
"example": { | ||
@@ -34,5 +32,4 @@ "source": "example/index.html" | ||
"scripts": { | ||
"build": "parcel build --target library", | ||
"dev": "parcel --target example", | ||
"example": "parcel build --target example" | ||
"build": "parcel build", | ||
"dev": "parcel --target example" | ||
}, | ||
@@ -39,0 +36,0 @@ "dependencies": { |
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
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
11065
80
1