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

@coast/dynamic-config

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coast/dynamic-config - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

2

DynamicConfig.js

@@ -35,2 +35,3 @@ "use strict";

if (this.options.envFilePath !== undefined && fs_1.default.existsSync(this.options.envFilePath)) {
console.log('attempting dotenv', new Date());
dotEnvParse = dotenv_1.default.parse(fs_1.default.readFileSync(this.options.envFilePath));

@@ -43,2 +44,3 @@ this.loadFromSource(this.getAllUnsetKeys(allKeys, entries), dotEnvParse, entries);

if (missingEntries.length > 0 && !this.options.skipSsm) {
console.log('attempting ssm', new Date());
await this.loadFromSsm(missingEntries, dotEnvParse, entries);

@@ -45,0 +47,0 @@ console.log('ssm loaded', new Date());

2

package.json
{
"name": "@coast/dynamic-config",
"version": "1.4.3",
"version": "1.4.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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