Socket
Socket
Sign inDemoInstall

react-native-scan-barcode

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.4 to 3.1.5

6

package.json
{
"_from": "react-native-scan-barcode",
"_id": "react-native-scan-barcode@3.1.4",
"_id": "react-native-scan-barcode@3.1.5",
"_inBundle": false,

@@ -22,3 +22,3 @@ "_integrity": "sha1-mc3E6JyqyKxtX9hE+2tyucRIWSg=",

],
"_resolved": "https://registry.npmjs.org/react-native-scan-barcode/-/react-native-scan-barcode-3.1.4.tgz",
"_resolved": "https://registry.npmjs.org/react-native-scan-barcode/-/react-native-scan-barcode-3.1.5.tgz",
"_shasum": "99cdc4e89caac8ac6d5fd844fb6b72b9c4485928",

@@ -57,3 +57,3 @@ "_spec": "react-native-scan-barcode",

},
"version": "3.1.4"
"version": "3.1.5"
}

@@ -45,6 +45,6 @@ # react-native-scan-barcode

```Java
import com.safaeean.scan-barcode.scan-barcodePackage;
import com.safaeean.barcodescanner.BarcodeScannerPackage;
```
...and then add `scan-barcodePackage` to exported package list *(MainApplication.java#getPackages)*:
...and then add `BarcodeScannerPackage` to exported package list *(MainApplication.java#getPackages)*:

@@ -59,3 +59,3 @@ ```Java

new MainReactPackage(),
new scan-barcodePackage()
new BarcodeScannerPackage()
);

@@ -62,0 +62,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc