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

@unstoppabledomains/config

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unstoppabledomains/config - npm Package Compare versions

Comparing version 0.0.8-experimental.2 to 0.0.8-experimental.3

9

env/index.js

@@ -19,11 +19,2 @@ import merge from 'lodash/merge';

}
// To support Jest plugins (e.g. for Jest VSCode extension running tests in the background)
// https://jestjs.io/docs/environment-variables
if (process.env.NODE_ENV === 'test') {
return 'test';
}
// if running in next.js, require a valid env to be specified
if (Object.keys(process.env).find(k => k.toLowerCase().startsWith('next_public'))) {
throw new Error('APP_ENV must be set to development, test, e2e, staging, or production');
}
// in plain node.js, default to development if no env specified

@@ -30,0 +21,0 @@ if (process.env.NODE_ENV) {

2

package.json
{
"name": "@unstoppabledomains/config",
"version": "0.0.8-experimental.2",
"version": "0.0.8-experimental.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "Configuration variables for Unstoppable Domains environments",

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