@expo/env
Advanced tools
Comparing version 0.0.0 to 0.0.1-canary-20231125-d600e44
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
29676
9
303
1
1
0
4
5
3
7
+ Addedchalk@^4.0.0
+ Addeddebug@^4.3.4
+ Addeddotenv@~16.0.3
+ Addeddotenv-expand@~10.0.0
+ Addedgetenv@^1.0.0
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddotenv@16.0.3(transitive)
+ Addeddotenv-expand@10.0.0(transitive)
+ Addedgetenv@1.0.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedsupports-color@7.2.0(transitive)