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

expo-env-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-env-cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

build/commands/build-android.js

10

build/cli.js

@@ -9,11 +9,11 @@ "use strict";

var _publish = require("./services/publish");
var _publish = require("./commands/publish");
var _buildIos = require("./services/build-ios");
var _buildIos = require("./commands/build-ios");
var _buildAndroid = require("./services/build-android");
var _buildAndroid = require("./commands/build-android");
var _buildEverything = require("./services/build-everything");
var _buildEverything = require("./commands/build-everything");
var _start = require("./services/start");
var _start = require("./commands/start");

@@ -20,0 +20,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

{
"name": "expo-env-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Environment aware expo-cli wrapper",

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

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

# expo-env
# expo-env-cli
Environment aware expo-cli wrapper
## Installation
```bash
npm install -g expo-env-cli
# or inside a project
npm install --save-dev expo-env-cli
```
## Uses local expo account

@@ -5,0 +12,0 @@ Before executing local expo-cli, this tool executes noninteractive `./node_modules/expo login` using credentials from 'expo-env/credentials.json'.

@@ -5,7 +5,7 @@ import _ from 'lodash';

import { executeExpo } from './services/execute-expo';
import { publish } from './services/publish';
import { buildIos } from './services/build-ios';
import { buildAndroid } from './services/build-android';
import { buildEverything } from './services/build-everything';
import { start } from './services/start';
import { publish } from './commands/publish';
import { buildIos } from './commands/build-ios';
import { buildAndroid } from './commands/build-android';
import { buildEverything } from './commands/build-everything';
import { start } from './commands/start';

@@ -12,0 +12,0 @@ function executeCli() {

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