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

create-expo-module

Package Overview
Dependencies
Maintainers
24
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-expo-module - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-canary-20231125-d600e44

.eslintrc.js

62

package.json
{
"name": "create-expo-module",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1-canary-20231125-d600e44",
"description": "The script to create the Expo module",
"main": "build/create-expo-module.js",
"types": "build/create-expo-module.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"expo-module": "expo-module"
},
"author": "",
"license": "MIT"
"bin": {
"create-expo-module": "./bin/create-expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/create-expo-module"
},
"keywords": [
"expo",
"module",
"modules",
"library",
"react",
"native"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
"dependencies": {
"@expo/config": "0.0.1-canary-20231125-d600e44",
"@expo/json-file": "0.0.1-canary-20231125-d600e44",
"@expo/spawn-async": "^1.5.0",
"@expo/rudder-sdk-node": "^1.1.1",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"download-tarball": "^2.0.0",
"ejs": "^3.1.7",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
"getenv": "^1.0.0",
"github-username": "^6.0.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/find-up": "^4.0.0",
"@types/prompts": "^2.0.14",
"expo-module-scripts": "0.0.1-canary-20231125-d600e44"
},
"gitHead": "d600e446fb6eaa71a089309b28076f312f0773a3"
}
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