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

expo-barcode-scanner

Package Overview
Dependencies
Maintainers
17
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 3.0.0 to 4.0.0

unimodule.json

2

build/BarCodeScanner.js

@@ -1,2 +0,2 @@

import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';
import mapValues from 'lodash.mapvalues';

@@ -3,0 +3,0 @@ import PropTypes from 'prop-types';

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoBarCodeScannerModule;
//# sourceMappingURL=ExpoBarCodeScannerModule.js.map

@@ -1,4 +0,4 @@

import { requireNativeViewManager } from 'expo-core';
import { requireNativeViewManager } from '@unimodules/core';
const ExpoBarCodeScannerView = requireNativeViewManager('ExpoBarCodeScannerView');
export default ExpoBarCodeScannerView;
//# sourceMappingURL=ExpoBarCodeScannerView.js.map
{
"name": "expo-barcode-scanner",
"version": "3.0.0",
"version": "4.0.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.",
"main": "build/BarCodeScanner.js",
"types": "build/BarCodeScanner.d.ts",
"sideEffects": false,
"scripts": {

@@ -35,5 +36,4 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-core": "*",
"expo-errors": "*",
"expo-barcode-scanner-interface": "*"
"@unimodules/core": "*",
"unimodules-barcode-scanner-interface": "*"
},

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

},
"gitHead": "d87c47ba13c7dde7a5d120caf873c98258a42710"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

@@ -46,3 +46,3 @@ # expo-barcode-scanner

```java
import expo.modules.expo.modules.barcodescanner.BarCodeScannerPackage;
import expo.modules.barcodescanner.BarCodeScannerPackage;
```

@@ -49,0 +49,0 @@ ```java

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoBarCodeScannerModule;

@@ -1,2 +0,2 @@

import { requireNativeViewManager } from 'expo-core';
import { requireNativeViewManager } from '@unimodules/core';

@@ -3,0 +3,0 @@ const ExpoBarCodeScannerView = requireNativeViewManager('ExpoBarCodeScannerView');

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

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

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