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

@dbpath/environments

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/environments - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

6

dist/src/environments.js

@@ -73,4 +73,8 @@ "use strict";

const env = envs[envName];
if (env)
if (env) {
const errors = (0, exports.environmentValidator)(envName)(env);
if (errors.length > 0)
return [`Errors loading environment details`, ...errors, 'You need to edit the config file before you can use this environment'];
return { env, envName };
}
return [`Environment ${envName} not found. Legal names are ${Object.keys(envs).sort()}`];

@@ -77,0 +81,0 @@ });

12

package.json
{
"name": "@dbpath/environments",
"description": "",
"version": "0.2.18",
"version": "0.2.19",
"main": "dist/index",

@@ -20,7 +20,7 @@ "types": "dist/index",

"dependencies": {
"@dbpath/utils": "0.2.18",
"@dbpath/files": "0.2.18",
"@dbpath/postgres": "0.2.18",
"@dbpath/mysql": "0.2.18",
"@dbpath/oracle": "0.2.18"
"@dbpath/utils": "0.2.19",
"@dbpath/files": "0.2.19",
"@dbpath/postgres": "0.2.19",
"@dbpath/mysql": "0.2.19",
"@dbpath/oracle": "0.2.19"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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