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

expo-barcode-scanner

Package Overview
Dependencies
Maintainers
29
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 12.7.0 to 12.8.0

2

build/BarCodeScanner.js

@@ -86,3 +86,3 @@ import { PermissionStatus, createPermissionHook, UnavailabilityError, } from 'expo-modules-core';

const { onBarCodeScanned } = this.props;
return (React.createElement(ExpoBarCodeScannerView, { ...nativeProps, onBarCodeScanned: this.onObjectDetected(onBarCodeScanned) }));
return (<ExpoBarCodeScannerView {...nativeProps} onBarCodeScanned={this.onObjectDetected(onBarCodeScanned)}/>);
}

@@ -89,0 +89,0 @@ /**

@@ -5,6 +5,7 @@ import React from 'react';

render() {
return (React.createElement(View, null,
React.createElement(Text, null, "BarCodeScanner Component not supported on the web")));
return (<View>
<Text>BarCodeScanner Component not supported on the web</Text>
</View>);
}
}
//# sourceMappingURL=ExpoBarCodeScannerView.web.js.map

@@ -13,2 +13,17 @@ # Changelog

## 12.8.0 — 2023-10-17
### 🛠 Breaking changes
- Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by [@behenate](https://github.com/behenate))
### 🐛 Bug fixes
- On `Android`, use `rawValue` in the case of scanning a contact card to return complete information. ([#24791](https://github.com/expo/expo/pull/24791) by [@alanhughes](https://github.com/alanjhughes))
- On `iOS`, correctly handle when unsupported barcode types are passed to the `barCodeTypes` prop. ([#24784](https://github.com/expo/expo/pull/24784) by [@alanhughes](https://github.com/alanjhughes))
### 💡 Others
- Ship untranspiled JSX to support custom handling of `jsx` and `createElement`. ([#24889](https://github.com/expo/expo/pull/24889) by [@EvanBacon](https://github.com/EvanBacon))
## 12.7.0 — 2023-09-04

@@ -15,0 +30,0 @@

{
"name": "expo-barcode-scanner",
"version": "12.7.0",
"version": "12.8.0",
"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,3 +38,3 @@ "main": "build/BarCodeScanner.js",

"dependencies": {
"expo-image-loader": "~4.4.0"
"expo-image-loader": "~4.5.0"
},

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

},
"gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544"
"gitHead": "da25937e2a99661cbe5eb60ca1d8d6245fc96a50"
}

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