Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsqr

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsqr - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc