Socket
Socket
Sign inDemoInstall

@capacitor-community/barcode-scanner

Package Overview
Dependencies
6
Maintainers
42
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 4.0.0

2

dist/plugin.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@capacitor/core');

@@ -6,0 +4,0 @@ var browser = require('@zxing/browser');

@@ -306,4 +306,2 @@ var capacitorExample = (function (exports, core, browser, library) {

Object.defineProperty(exports, '__esModule', { value: true });
return exports;

@@ -310,0 +308,0 @@

39

package.json
{
"name": "@capacitor-community/barcode-scanner",
"version": "3.0.3",
"version": "4.0.0",
"description": "A fast and efficient (QR) barcode scanner for Capacitor",

@@ -36,3 +36,3 @@ "main": "dist/plugin.cjs.js",

"swiftlint": "node-swiftlint",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"build": "npm run clean && tsc && rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf ./dist",

@@ -47,18 +47,18 @@ "watch": "tsc --watch",

"devDependencies": {
"@capacitor/android": "^4.5.0",
"@capacitor/core": "^4.5.0",
"@capacitor/docgen": "0.2.0",
"@capacitor/ios": "^4.5.0",
"@capacitor/android": "^5.0.1",
"@capacitor/core": "^5.0.1",
"@capacitor/docgen": "0.2.1",
"@capacitor/ios": "^5.0.1",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@ionic/prettier-config": "^3.0.0",
"@ionic/swiftlint-config": "^1.1.2",
"eslint": "^8.28.0",
"husky": "^4.3.0",
"prettier": "~2.8.0",
"prettier-plugin-java": "~1.6.2",
"eslint": "^8.40.0",
"husky": "^8.0.3",
"prettier": "~2.8.8",
"prettier-plugin-java": "~2.1.0",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"swiftlint": "^1.0.1",
"typescript": "~4.9.3"
"rimraf": "^5.0.0",
"rollup": "^3.21.5",
"swiftlint": "^1.0.2",
"typescript": "~5.0.4"
},

@@ -84,7 +84,2 @@ "peerDependencies": {

},
"husky": {
"hooks": {
"pre-commit": "npx pretty-quick --staged"
}
},
"homepage": "https://github.com/capacitor-community/barcode-scanner#readme",

@@ -95,5 +90,5 @@ "directories": {

"dependencies": {
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.2"
"@zxing/browser": "^0.1.3",
"@zxing/library": "^0.20.0"
}
}

@@ -46,2 +46,4 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

`v4.x` supports Capacitor `v5.x`
`v3.x` supports Capacitor `v4.x`

@@ -117,3 +119,3 @@

The complete API reference can be found [here](./API_REFERENCE.md).
The complete API reference can be found [here](./src/definitions.ts).

@@ -120,0 +122,0 @@ Scanning a (QR) barcode can be as simple as:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc