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

react-native-dotenv

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-dotenv - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"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 @@ }]

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