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

hany-consul-backup-restore

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hany-consul-backup-restore - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "hany-consul-backup-restore",
"version": "1.2.4",
"version": "1.2.5",
"description": "Library to backup and restore consul key values",

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

@@ -42,4 +42,4 @@ const async = require('async')

.then((willSetKey) => setConsulKeyValue(willSetKey, key, backupValue))
.then((restoredKey) => return callback(null, `${restoredKey}`))
.catch((e) => return callback(e))
.then((restoredKey) => callback(null, `${restoredKey}`))
.catch((e) => callback(e))
}

@@ -46,0 +46,0 @@

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