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

react-native-dotenv

Package Overview
Dependencies
Maintainers
1
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 0.0.4 to 0.1.0

4

index.js

@@ -1,2 +0,2 @@

var config = require("react-native/packager/rn-cli.config");
var path = require('path');

@@ -7,5 +7,5 @@ module.exports = {

replacedModuleName: 'react-native-dotenv',
configDir: config.getProjectRoots()[0]
configDir: path.resolve(__dirname, "../../")
}],
],
};
{
"name": "react-native-dotenv",
"version": "0.0.4",
"version": "0.1.0",
"description": "A Babel preset let you `import` application configs from **.env** file (zero runtime dependency)",

@@ -16,4 +16,4 @@ "main": "index.js",

"dependencies": {
"babel-plugin-dotenv": "~0.0.2"
"babel-plugin-dotenv": "0.1.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