Socket
Socket
Sign inDemoInstall

jsqr

Package Overview
Dependencies
0
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

1

dist/decoder/decodeData/index.d.ts

@@ -18,2 +18,3 @@ export interface Chunk {

chunks: Chunks;
version: number;
}

@@ -20,0 +21,0 @@ export declare enum Mode {

@@ -7,2 +7,3 @@ import { Chunks } from "./decoder/decodeData";

chunks: Chunks;
version: number;
location: {

@@ -9,0 +10,0 @@ topRightCorner: Point;

{
"name": "jsqr",
"version": "1.3.1",
"version": "1.4.0",
"description": "A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.",

@@ -27,3 +27,3 @@ "repository": "https://github.com/cozmo/jsQR",

"rimraf": "^2.6.2",
"ts-jest": "^20.0.14",
"ts-jest": "^23.0.4",
"ts-node": "^3.3.0",

@@ -51,4 +51,13 @@ "tslint": "^5.7.0",

"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"globals": {
"ts-jest": {
"tsConfig": {
"noImplicitAny": false,
"lib": ["es2015"],
"types": ["jest", "node"]
}
}
}
}
}

@@ -73,2 +73,4 @@ # jsQR

- `data` - The string version of the QR code data.
- `chunks` - The QR chunks.
- `version` - The QR version.
- `location` - An object with keys describing key points of the QR code. Each key is a point of the form `{x: number, y: number}`.

@@ -75,0 +77,0 @@ Has points for the following locations.

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc