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

expo-barcode-scanner

Package Overview
Dependencies
Maintainers
30
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-barcode-scanner - npm Package Compare versions

Comparing version 0.0.1-canary-20240109-93608d8 to 0.0.1-canary-20240222-c729a13

expo-barcode-scanner-0.0.1-canary-20240222-c729a13.tgz

9

build/BarCodeScanner.d.ts

@@ -44,6 +44,13 @@ import { PermissionResponse, PermissionStatus, PermissionHookOptions } from 'expo-modules-core';

/**
* The information encoded in the bar code.
* The parsed information encoded in the bar code.
*/
data: string;
/**
* The raw information encoded in the bar code.
* May be different from `data` depending on the barcode type.
* @platform android
* @hidden
*/
raw?: string;
/**
* The [BarCodeBounds](#barcodebounds) object.

@@ -50,0 +57,0 @@ * `bounds` in some case will be representing an empty rectangle.

@@ -9,2 +9,4 @@ # Changelog

- `BarCodeScannerResult` now returns an additional `raw` field corresponding to the barcode value as it was encoded in the barcode without parsing. Will always be undefined on iOS. ([#25391](https://github.com/expo/expo/pull/25391) by [@ajacquierbret](https://github.com/ajacquierbret))
### 🐛 Bug fixes

@@ -11,0 +13,0 @@

8

package.json
{
"name": "expo-barcode-scanner",
"version": "0.0.1-canary-20240109-93608d8",
"version": "0.0.1-canary-20240222-c729a13",
"description": "Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. It also allows scanning barcodes from existing images.",

@@ -38,6 +38,6 @@ "main": "build/BarCodeScanner.js",

"dependencies": {
"expo-image-loader": "0.0.1-canary-20240109-93608d8"
"expo-image-loader": "0.0.1-canary-20240222-c729a13"
},
"devDependencies": {
"expo-module-scripts": "0.0.1-canary-20240109-93608d8"
"expo-module-scripts": "0.0.1-canary-20240222-c729a13"
},

@@ -47,3 +47,3 @@ "peerDependencies": {

},
"gitHead": "93608d8dcb0268312e0c8ed22036ebfa6efe9830"
"gitHead": "c729a13f936926743c13c021f569a22921455e49"
}

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

Sorry, the diff of this file is not supported yet

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