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.0 to 1.3.1

10

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

@@ -36,7 +36,7 @@ "repository": "https://github.com/cozmo/jsQR",

"prebuild": "rimraf dist",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch",
"test": "./node_modules/.bin/jest",
"build": "webpack",
"watch": "webpack --watch",
"test": "jest",
"lint": "tslint --project .",
"generate-test-data": "node_modules/.bin/ts-node --project tests/ tests/generate-test-data.ts"
"generate-test-data": "ts-node --project tests/ tests/generate-test-data.ts"
},

@@ -43,0 +43,0 @@ "jest": {

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