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.0 to 1.2.1

2

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

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

@@ -34,3 +34,3 @@ const parseUtil = require('./parseUtil')

}
callback(null, result)
return callback(null, result)
})

@@ -56,3 +56,3 @@ })

var blanksRemoved = result.filter(function (e) { return e })
callback(null, blanksRemoved)
return callback(null, blanksRemoved)
}

@@ -72,3 +72,3 @@ })

var blanksRemoved = result.filter(function (e) { return e })
callback(null, blanksRemoved)
return callback(null, blanksRemoved)
}

@@ -75,0 +75,0 @@ })

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