react-native-dotenv
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-native-dotenv", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Load environment variables using import statements.", | ||
@@ -5,0 +5,0 @@ "repository": "github:goatandsheep/react-native-dotenv", |
@@ -23,3 +23,3 @@ # react-native-dotenv [![CircleCI](https://circleci.com/gh/goatandsheep/react-native-dotenv.svg?style=svg)](https://circleci.com/gh/goatandsheep/react-native-dotenv) | ||
"plugins": [ | ||
["dotenv-import", { | ||
["module:react-native-dotenv", { | ||
"moduleName": "@env", | ||
@@ -62,3 +62,3 @@ "path": ".env", | ||
"plugins": [ | ||
["dotenv-import", { | ||
["module:react-native-dotenv", { | ||
"blacklist": [ | ||
@@ -75,3 +75,3 @@ "GITHUB_TOKEN" | ||
"plugins": [ | ||
["dotenv-import", { | ||
["module:react-native-dotenv", { | ||
"whitelist": [ | ||
@@ -95,3 +95,3 @@ "API_URL", | ||
"plugins": [ | ||
["dotenv-import", { | ||
["module:react-native-dotenv", { | ||
"safe": true | ||
@@ -110,3 +110,3 @@ }] | ||
"plugins": [ | ||
["dotenv-import", { | ||
["module:react-native-dotenv", { | ||
"allowUndefined": true | ||
@@ -113,0 +113,0 @@ }] |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18886
0