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

consulea

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consulea - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

consulea.js

@@ -260,4 +260,7 @@ var EventEmitter = require('events').EventEmitter;

// Make a copy so the code using this module can not modify kvData by accident
var kvDataCopy = JSON.parse(JSON.stringify(self.kvData));
// Emit "update" event every time there is a change
self.emit('update', null, kvData, changedKeys);
self.emit('update', null, kvDataCopy, changedKeys);

@@ -267,3 +270,3 @@ // Emit "ready" event only once

self.sentReady = true;
self.emit('ready', null, kvData);
self.emit('ready', null, kvDataCopy);
}

@@ -270,0 +273,0 @@ });

{
"name": "consulea",
"version": "1.1.0",
"version": "1.1.1",
"description": "Load Consul keys, environment vars, and command line arguments in a predictable, standardized way.",

@@ -5,0 +5,0 @@ "main": "index.js",

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