html5-qrcode
Advanced tools
Comparing version 2.0.13 to 2.1.0
{ | ||
"name": "html5-qrcode", | ||
"version": "2.0.13", | ||
"version": "2.1.0", | ||
"description": "A cross platform HTML5 QR Code & bar code scanner", | ||
"main": "dist/html5-qrcode.min.js", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./esm/index.d.ts", | ||
"esnext": "./es2015/index.js", | ||
"unpkg": "./html5-qrcode.min.js", | ||
"scripts": { | ||
"build-windows": "scripts\\build-windows.sh", | ||
"build": "./scripts/build-default.sh", | ||
"test": "./scripts/test.sh", | ||
"lint-md": "remark ." | ||
"lint-md": "remark .", | ||
"clean": "rm -Rf ./lib/* ./build/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache ./dist/* ./src/*.d.ts", | ||
"prebuild": "npm run clean", | ||
"postbuild": "cp -R ./third_party ./dist/third_party", | ||
"build": "npm run build:es2015 && npm run build:esm && npm run build:esnext && npm run build:cjs && npm run build:umd && npm run build:typing && npm run build:copy", | ||
"build:es2015": "tsc --build tsconfig.lib-es2015.json", | ||
"build:esm": "tsc --build tsconfig.lib-esm.json", | ||
"build:esnext": "tsc --build tsconfig.lib-esm.json", | ||
"build:cjs": "tsc --build tsconfig.lib-cjs.json", | ||
"build:typing": "tsc --emitDeclarationOnly --outDir ./dist", | ||
"build:umd": "./scripts/build-webpack.sh", | ||
"build:copy": "cp README.md dist && cp package.json dist && cp LICENSE dist", | ||
"release": "npm run build && cd dist && npm publish" | ||
}, | ||
@@ -21,3 +36,6 @@ "repository": { | ||
"camera", | ||
"scanner" | ||
"scanner", | ||
"barcode", | ||
"barcode 1d", | ||
"barcode 2d" | ||
], | ||
@@ -55,5 +73,5 @@ "author": "minhazav@gmail.com", | ||
}, | ||
"files": [ | ||
"dist/*" | ||
] | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
2567017
148
34063
1
80
1