expo-barcode-scanner
Advanced tools
Comparing version 0.0.1-canary-20240109-93608d8 to 0.0.1-canary-20240222-c729a13
@@ -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 @@ |
{ | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
182634
981
+ Added@expo/cli@0.22.7(transitive)
+ Addedcaniuse-lite@1.0.30001690(transitive)
+ Addedelectron-to-chromium@1.5.75(transitive)
+ Addedexpo@52.0.21(transitive)
+ Addedexpo-font@13.0.2(transitive)
+ Addedexpo-image-loader@0.0.1-canary-20240222-c729a13(transitive)
+ Addedflow-parser@0.257.0(transitive)
+ Addedresolve@1.22.10(transitive)
- Removed@expo/cli@0.22.6(transitive)
- Removedcaniuse-lite@1.0.30001689(transitive)
- Removedelectron-to-chromium@1.5.74(transitive)
- Removedexpo@52.0.19(transitive)
- Removedexpo-font@13.0.1(transitive)
- Removedexpo-image-loader@0.0.1-canary-20240109-93608d8(transitive)
- Removedflow-parser@0.256.0(transitive)
- Removedresolve@1.22.9(transitive)