New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-android

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-android - npm Package Compare versions

Comparing version
1.0.0
to
2.0.0
+4
-3
index.js

@@ -6,5 +6,6 @@ import { NativeModules } from 'react-native';

export default {
startScan: function () {
GoogleCast.startScan();
},
startScan: function (appId: ?string)
{
GoogleCast.startScan(appId);
}
};
{
"name": "react-native-android",
"version": "1.0.0",
"version": "2.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",