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

@expo/env

Package Overview
Dependencies
Maintainers
24
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/env - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-canary-20231125-d600e44

build/env.d.ts

45

package.json
{
"name": "@expo/env",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1-canary-20231125-d600e44",
"description": "hydrate environment variables from .env files into process.env",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "expo-module clean && yarn run build",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"typecheck": "expo-module typecheck"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/env"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/env#readme",
"files": [
"build"
],
"dependencies": {
"dotenv": "~16.0.3",
"dotenv-expand": "~10.0.0",
"chalk": "^4.0.0",
"debug": "^4.3.4",
"getenv": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@types/getenv": "^1.0.0",
"expo-module-scripts": "0.0.1-canary-20231125-d600e44"
},
"publishConfig": {
"access": "public"
},
"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