Socket
Socket
Sign inDemoInstall

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 3.4.2 to 3.4.3

4

index.js

@@ -1,3 +0,3 @@

const {readFileSync, statSync} = require('fs')
const path = require('path')
const {readFileSync, statSync} = require('node:fs')
const path = require('node:path')
const dotenv = require('dotenv')

@@ -4,0 +4,0 @@

{
"name": "react-native-dotenv",
"version": "3.4.2",
"version": "3.4.3",
"description": "Load environment variables using import statements.",

@@ -29,7 +29,7 @@ "repository": "github:goatandsheep/react-native-dotenv",

"devDependencies": {
"@babel/core": "7.19.6",
"@babel/core": "^7.20.5",
"codecov": "^3.8.3",
"jest": "27.5.1",
"jest": "29.3.1",
"jest-junit": "^14.0.1",
"xo": "^0.52.4"
"xo": "^0.53.1"
},

@@ -62,2 +62,6 @@ "author": "Kemal Ahmed",

},
"peerDependencies": {
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6"
},
"xo": {

@@ -64,0 +68,0 @@ "semicolon": false,

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