New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git2consul

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git2consul - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

0.4.0_linux_amd64.zip

2

package.json
{
"name": "git2consul",
"description": "System for moving data from git to consul",
"version": "0.10.0",
"version": "0.10.1",
"contributors": [

@@ -6,0 +6,0 @@ {

@@ -93,3 +93,3 @@ #### git2consul

"include_branch_name" : false,
"mountpoint": "/nested/root/for/keys",
"mountpoint": "nested/root/for/keys",
"branches" : ["development", "staging", "production"],

@@ -96,0 +96,0 @@ "hooks": [{

@@ -44,4 +44,4 @@ var fs = require('fs');

exports.setConfig(config, function(err) {
if (err) return console.error("Failed to write config");
if (err) return console.error("Failed to write config: %s", err);
});
}
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