Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
23
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

build/commands/index.js

8

build/index.js

@@ -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 }; }

8

package.json
{
"name": "@react-native-community/cli-platform-ios",
"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",
"chalk": "^1.1.1",
"xcode": "^2.0.0"
},
"gitHead": "f1c72e92569f547cfae2dd107616153d21639c6c"
"gitHead": "0a049714b061979abd7f9635f5f5fe784abf5668"
}

@@ -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