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

@apollosproject/config

Package Overview
Dependencies
Maintainers
3
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollosproject/config - npm Package Compare versions

Comparing version 1.3.0-alpha.0 to 1.3.0-alpha.1

6

package.json
{
"name": "@apollosproject/config",
"version": "1.3.0-alpha.0+8862021",
"version": "1.3.0-alpha.1+c308a6c",
"homepage": "https://github.com/ApollosProject/apollos-prototype#readme",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"devDependencies": {
"@apollosproject/babel-preset-apollos": "^1.3.0-alpha.0+8862021",
"@apollosproject/babel-preset-apollos": "^1.3.0-beta.5",
"react-native-config": "0.11.7"

@@ -49,3 +49,3 @@ },

},
"gitHead": "8862021c02d3c430f0968feda46c22ceecfa2bb7"
"gitHead": "c308a6cb7df9ccc44e65d73c3a9a0dfaf10b951a"
}

@@ -19,2 +19,4 @@ const envVariableRegex = /\${(.*?)}/g;

);
// set undefined variables to null so they eval falsy
if (envVariable === 'undefined') return null;
try {

@@ -21,0 +23,0 @@ // eslint-disable-next-line

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