consul-service-registrator
Advanced tools
Comparing version 2.2.1 to 2.2.2
# 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 |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25
57607
18
3
+ Addedconsul@0.36.0(transitive)
- Removedconsul@0.34.1(transitive)
Updatedconsul@^0.36.0
Updatedlodash@^4.17.13