react-native-dotenv
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "react-native-dotenv", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Load environment variables using import statements.", | ||
@@ -24,7 +24,7 @@ "repository": "github:goatandsheep/react-native-dotenv", | ||
"devDependencies": { | ||
"@babel/core": "7.11.6", | ||
"codecov": "^3.7.2", | ||
"jest": "26.4.2", | ||
"jest-junit": "^11.0.1", | ||
"xo": "^0.33.1" | ||
"@babel/core": "7.12.3", | ||
"codecov": "^3.8.0", | ||
"jest": "26.6.0", | ||
"jest-junit": "^12.0.0", | ||
"xo": "^0.34.1" | ||
}, | ||
@@ -79,2 +79,3 @@ "author": "Kemal Ahmed", | ||
], | ||
"unicorn/import-style": "off", | ||
"no-unused-vars": "off" | ||
@@ -81,0 +82,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
23228