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

consul-service-registrator

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consul-service-registrator - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

.github/workflows/npm_publish.yml

7

CHANGELOG.md
# Changelog
### 2.2.2
- Bump "consul" from 0.34.0 to 0.36.0
- Bump other dependencies
### 2.2.1
- Update module "consul" to version 0.34.0 (support of consul 1.0)
- Update module "consul" to version 0.34.0 (support of consul 1.0)

@@ -7,0 +12,0 @@ ### 2.2.0

18

package.json
{
"name": "consul-service-registrator",
"version": "2.2.1",
"version": "2.2.2",
"description": "Set of classes for service registration in Consul",
"main": "index.js",
"scripts": {
"lint": "eslint ./lib/",
"lint": "eslint ./src/",
"tests": "yarn run unit-tests",

@@ -29,14 +29,14 @@ "test:coverage": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --print both -- --opts tests/mocha.opts -R spec ./tests/Unit",

"dependencies": {
"consul": "^0.34.0",
"lodash": "^4.12.0"
"consul": "^0.36.0",
"lodash": "^4.17.13"
},
"devDependencies": {
"app-module-path": "^2.2.0",
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^4.2.0",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"eslint": "^6.5.1",
"istanbul": "^0.4.5",
"mocha": "^2.5.1",
"mocha": "^6.2.1",
"randomstring": "^1.1.5",
"sinon": "^1.17.4"
"sinon": "^7.5.0"
},

@@ -43,0 +43,0 @@ "bugs": {

# Consul Service Registrator
[![NPM version](https://img.shields.io/npm/v/consul-service-registrator.svg)](https://www.npmjs.com/package/consul-service-registrator)
[![Release Status](https://github.com/LCMApps/consul-service-registrator/workflows/NPM%20Release/badge.svg)](https://github.com/LCMApps/consul-service-registrator/releases)
[![Build Status](https://travis-ci.org/LCMApps/consul-service-registrator.svg?branch=master)](https://travis-ci.org/LCMApps/consul-service-registrator)

@@ -5,0 +6,0 @@ [![Coverage Status](https://coveralls.io/repos/github/LCMApps/consul-service-registrator/badge.svg?branch=master)](https://coveralls.io/github/LCMApps/consul-service-registrator?branch=master)

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