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 2.2.4 to 2.2.5

5

__tests__/index.test.js

@@ -53,7 +53,2 @@ const {transformFileSync} = require('@babel/core')

it('should load multiple env files', () => {
const {code} = transformFileSync(FIXTURES + 'multi-env/source.js')
expect(code).toBe('console.log("abc123456");\nconsole.log("username123456");')
})
it('should support `as alias` import syntax', () => {

@@ -60,0 +55,0 @@ const {code} = transformFileSync(FIXTURES + 'as-alias/source.js')

2

package.json
{
"name": "react-native-dotenv",
"version": "2.2.4",
"version": "2.2.5",
"description": "Load environment variables using import statements.",

@@ -5,0 +5,0 @@ "repository": "github:goatandsheep/react-native-dotenv",

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