Socket
Socket
Sign inDemoInstall

barcode-detector

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barcode-detector - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/cjs/BarcodeDetector.d.ts

@@ -35,2 +35,2 @@ /// <reference types="dom-webcodecs" />

}
export { setZXingModuleOverrides } from "zxing-wasm";
export { setZXingModuleOverrides } from "zxing-wasm/reader";

@@ -35,2 +35,2 @@ /// <reference types="dom-webcodecs" />

}
export { setZXingModuleOverrides } from "zxing-wasm";
export { setZXingModuleOverrides } from "zxing-wasm/reader";

@@ -5,3 +5,3 @@ {

"private": false,
"version": "2.1.0",
"version": "2.1.1",
"type": "module",

@@ -76,13 +76,13 @@ "files": [

"prepublishOnly": "npm run build",
"ncu": "npx npm-check-updates -u",
"ncu": "npx npm-check-updates --filterVersion \"/^[~^]/\" -u",
"postncu": "npm i",
"bump-zxing-wasm": "npm i @sec-ant/zxing-wasm@latest --save-exact"
"bump-zxing-wasm": "npm i zxing-wasm@latest --save-exact"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/browser": "^0.34.6",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/ui": "^0.34.6",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"http-server": "^14.1.1",

@@ -93,3 +93,3 @@ "npm-check-updates": "^16.14.6",

"rimraf": "^5.0.5",
"start-server-and-test": "^2.0.1",
"start-server-and-test": "^2.0.2",
"tsx": "^3.14.0",

@@ -102,4 +102,4 @@ "typescript": "^5.2.2",

"@types/dom-webcodecs": "^0.1.9",
"zxing-wasm": "1.0.0-rc.3"
"zxing-wasm": "1.0.0-rc.4"
}
}

@@ -7,3 +7,3 @@ # barcode-detector

> This package was originally published as [`@sec-ant/barcode-detector`](https://www.npmjs.com/package/@sec-ant/barcode-detector) on the npm registry. With appreciation for the generous offer from [@gruhn](https://github.com/gruhn), the package is now released under the name `barcode-detector` starting from version 2.0.0. The original name `@sec-ant/barcode-detector` will continue to be used for versions prior to 2.0.0, and will be retained solely for maintenance purposes. Eventually, it will be deprecated at an appropriate juncture.
> This package was originally published as [`@sec-ant/barcode-detector`](https://www.npmjs.com/package/@sec-ant/barcode-detector) on the npm registry. With appreciation for the generous offer from [@gruhn](https://github.com/gruhn), the package is now released under the name `barcode-detector` starting from version 2.0.0. The original package under the name `@sec-ant/barcode-detector` is deprecated.

@@ -10,0 +10,0 @@ ## Install

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

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

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

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

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

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