New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-expo

Package Overview
Dependencies
Maintainers
2
Versions
76
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 2.0.0 to 2.0.1

4

package.json
{
"name": "create-expo",
"version": "2.0.0",
"version": "2.0.1",
"main": "build",

@@ -20,3 +20,3 @@ "description": "Create universal Expo apps",

"bin": {
"create-expo": "./build/index.js"
"create-expo-app": "./build/index.js"
},

@@ -23,0 +23,0 @@ "files": [

@@ -36,11 +36,11 @@ <!-- Title -->

# With NPM
npx create-expo
npx create-expo-app
# With Yarn
yarn create expo
yarn create expo-app
# With pnpm
pnpm create expo
pnpm create expo-app
```
Once you're up and running with Create Expo App, visit [this tutorial](https://docs.expo.dev/tutorial/planning/) for more information on building mobile apps with React.

Sorry, the diff of this file is too big to display

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