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

create-expo

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-expo - npm Package Compare versions

Comparing version 1.0.0 to 1.3.4

build/index.js

63

package.json
{
"name": "create-expo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "index.js",
"version": "1.3.4",
"main": "build",
"description": "Create universal Expo apps",
"license": "BSD-3-Clause",
"keywords": [
"expo",
"react-native",
"react"
],
"homepage": "https://docs.expo.dev",
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/create-expo-app"
},
"author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
"bin": {
"create-expo-app": "./build/index.js"
},
"files": [
"build",
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepare": "yarn run clean && yarn run build:prod",
"lint": "eslint .",
"test": "jest",
"test:e2e": "cross-env E2E=1 jest",
"watch": "yarn run build -w",
"build": "ncc build ./src/index.ts -o build/",
"build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
"clean": "rimraf ./build/"
},
"author": "",
"license": "ISC"
"devDependencies": {
"@expo/json-file": "8.2.37",
"@expo/package-manager": "0.0.56",
"@expo/spawn-async": "^1.7.0",
"@types/debug": "^4.1.7",
"@types/getenv": "^1.0.0",
"@types/minipass": "^3.3.5",
"@types/node": "^16.11.56",
"@types/node-fetch": "^2.5.8",
"@types/prompts": "2.0.14",
"@types/tar": "^6.1.2",
"arg": "^5.0.2",
"chalk": "^4.0.0",
"debug": "^4.3.4",
"getenv": "^1.0.0",
"minipass": "^3.3.4",
"node-fetch": "^2.6.7",
"ora": "3.4.0",
"prompts": "^2.4.2",
"tar": "^6.1.13",
"update-check": "^1.5.4"
},
"publishConfig": {
"access": "public"
}
}
index.js
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