Socket
Socket
Sign inDemoInstall

@react-native-community/cli-platform-android

Package Overview
Dependencies
Maintainers
23
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-platform-android - npm Package Compare versions

Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6

build/commands/index.js

3

build/config/index.js

@@ -88,3 +88,4 @@ "use strict";

assetsPath,
mainFilePath
mainFilePath,
packageName
};

@@ -91,0 +92,0 @@ }

@@ -12,2 +12,8 @@ "use strict";

});
Object.defineProperty(exports, "commands", {
enumerable: true,
get: function () {
return _commands.default;
}
});
Object.defineProperty(exports, "projectConfig", {

@@ -28,4 +34,6 @@ enumerable: true,

var _commands = _interopRequireDefault(require("./commands"));
var _config = require("./config");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
{
"name": "@react-native-community/cli-platform-android",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"main": "build/index.js",
"dependencies": {
"@react-native-community/cli-tools": "^2.0.0-alpha.5"
"@react-native-community/cli-tools": "^2.0.0-alpha.6",
"logkitty": "^0.4.0",
"node-fetch": "^2.2.0",
"slash": "^2.0.0",
"xmldoc": "^0.4.0"
},
"gitHead": "f1c72e92569f547cfae2dd107616153d21639c6c"
"gitHead": "0a049714b061979abd7f9635f5f5fe784abf5668"
}

@@ -87,2 +87,3 @@ /**

mainFilePath,
packageName,
};

@@ -89,0 +90,0 @@ }

@@ -8,2 +8,3 @@ /**

export {default as linkConfig} from './link';
export {default as commands} from './commands';
export {projectConfig, dependencyConfig} from './config';
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