🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

etcd-dump

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etcd-dump - npm Package Compare versions

Comparing version

to
0.0.6

2

index.js

@@ -44,3 +44,3 @@ // Requires

return Q.all(_.map(entries, function(entry) {
return this.store.set(entry.key, entry.value);
return self.store.set(entry.key, entry.value);
}));

@@ -47,0 +47,0 @@ };

{
"name": "etcd-dump",
"version": "0.0.5",
"version": "0.0.6",
"description": "A tool for dumping and restoring etcd",

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