Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "jsqr", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "QR code detection, extraction, decoding and parsing written as pure JS port of the ZXing library.", | ||
"repository": "https://github.com/cozmo/js-qr", | ||
"main": "./dist/js-qr.js", | ||
"repository": "https://github.com/cozmo/jsQR", | ||
"main": "./dist/jsQR.js", | ||
"contributors": [ | ||
@@ -8,0 +8,0 @@ { |
@@ -26,7 +26,7 @@ # jsQR | ||
``` | ||
npm install jsQR --save | ||
npm install jsqr --save | ||
``` | ||
```javascript | ||
jsqr = require("jsQR"); | ||
jsQR = require("jsqr"); | ||
``` | ||
@@ -33,0 +33,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
465029