opossum-hystrix
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,4 +5,22 @@ # Changelog | ||
### [0.1.1](https://github.com/nodeshift/opossum-hystrix/compare/v0.1.0...v0.1.1) (2021-07-09) | ||
### Bug Fixes | ||
* upgrade opossum from 5.0.0 to 5.0.1 ([#25](https://github.com/nodeshift/opossum-hystrix/issues/25)) ([eca7f10](https://github.com/nodeshift/opossum-hystrix/commit/eca7f10c1a540121b65d046686b1f8735a062f56)) | ||
* upgrade opossum from 5.0.1 to 5.0.2 ([#27](https://github.com/nodeshift/opossum-hystrix/issues/27)) ([e5ee51b](https://github.com/nodeshift/opossum-hystrix/commit/e5ee51b93a102b3e71f7ea2e1fa2bc3a40f5eeb7)) | ||
* upgrade opossum from 5.0.2 to 5.1.0 ([#28](https://github.com/nodeshift/opossum-hystrix/issues/28)) ([e86d847](https://github.com/nodeshift/opossum-hystrix/commit/e86d8474189d568bfa1efa05158f8c8e222ac0ae)) | ||
* upgrade opossum from 5.1.0 to 5.1.1 ([#29](https://github.com/nodeshift/opossum-hystrix/issues/29)) ([a1b36c1](https://github.com/nodeshift/opossum-hystrix/commit/a1b36c1be4c572b7b017ee346539010b1223cfc2)) | ||
* upgrade opossum from 5.1.1 to 5.1.2 ([#33](https://github.com/nodeshift/opossum-hystrix/issues/33)) ([290770a](https://github.com/nodeshift/opossum-hystrix/commit/290770aafbffe0587c3dfae9eb9b745e341d3549)) | ||
* upgrade opossum from 5.1.2 to 5.1.3 ([#34](https://github.com/nodeshift/opossum-hystrix/issues/34)) ([85b9bac](https://github.com/nodeshift/opossum-hystrix/commit/85b9bac116f0a4e0486d8d234b5515be8b6a81c1)) | ||
* upgrade standard-version from 7.0.0 to 7.1.0 ([#13](https://github.com/nodeshift/opossum-hystrix/issues/13)) ([9beb851](https://github.com/nodeshift/opossum-hystrix/commit/9beb851335a0b39950d088ab355291a6633aeccf)) | ||
* upgrade standard-version from 8.0.1 to 8.0.2 ([#23](https://github.com/nodeshift/opossum-hystrix/issues/23)) ([9eab262](https://github.com/nodeshift/opossum-hystrix/commit/9eab262103334d916beb852fe4decf0c2881aa20)) | ||
* upgrade standard-version from 9.0.0 to 9.1.0 ([#31](https://github.com/nodeshift/opossum-hystrix/issues/31)) ([e34c581](https://github.com/nodeshift/opossum-hystrix/commit/e34c581c9bdd9f4039eeb69a171f4a97bc719c36)) | ||
* upgrade tape from 4.11.0 to 4.13.2 ([#12](https://github.com/nodeshift/opossum-hystrix/issues/12)) ([1f62fac](https://github.com/nodeshift/opossum-hystrix/commit/1f62fac526ef313abff27f119046a0640ff42df0)) | ||
* upgrade tape from 5.0.1 to 5.1.0 ([#30](https://github.com/nodeshift/opossum-hystrix/issues/30)) ([ce07aab](https://github.com/nodeshift/opossum-hystrix/commit/ce07aab81d22353059494c9007864f04cecf4df3)) | ||
* upgrade tape from 5.1.0 to 5.1.1 ([#32](https://github.com/nodeshift/opossum-hystrix/issues/32)) ([1603e3c](https://github.com/nodeshift/opossum-hystrix/commit/1603e3cf20619b99f66e19e1117e63f8a437180c)) | ||
## [0.1.0](https://github.com/lholmquist/opossum-hystrix/compare/v0.0.1...v0.1.0) (2020-01-28) | ||
### 0.0.1 (2019-08-13) |
{ | ||
"name": "opossum-hystrix", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Hystrix metrics for opossum circuit breaker", | ||
@@ -9,5 +9,3 @@ "main": "index.js", | ||
"test": "nyc tape test/*.js | tap-spec", | ||
"coverage": "nyc report && if [ $CODACY_PROJECT_TOKEN'' != '' ] ; then nyc report --reporter=text-lcov | codacy-coverage; fi", | ||
"ci": "npm run test && npm run coverage", | ||
"prerelease": "npm run ci", | ||
"prerelease": "npm run test", | ||
"release": "standard-version -s -a", | ||
@@ -30,9 +28,13 @@ "lint": "standardx test/*.js index.js" | ||
"codacy-coverage": "^3.4.0", | ||
"nyc": "^15.0.0", | ||
"opossum": "^4.0.0", | ||
"standard-version": "^7.0.0", | ||
"coveralls": "^3.1.0", | ||
"nyc": "^15.1.0", | ||
"opossum": "^5.1.3", | ||
"standard-version": "^9.1.0", | ||
"standardx": "^5.0.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.11.0" | ||
"tape": "^5.1.1" | ||
}, | ||
"engines": { | ||
"node": "^16 || ^14 || ^12" | ||
} | ||
} |
@@ -0,11 +1,10 @@ | ||
This module is deprecated. | ||
# Hystrix Metrics for Opossum Circuit Breaker | ||
[![CircleCI](https://circleci.com/gh/nodeshift/opossum-hystrix.svg?style=svg)](https://circleci.com/gh/nodeshift/opossum-hystrix) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/de288081beba4c9297b88e2057204149)](https://www.codacy.com/app/nodeshift/opossum-hystrix?utm_source=github.com&utm_medium=referral&utm_content=nodeshift/opossum-hystrix&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/de288081beba4c9297b88e2057204149)](https://www.codacy.com/app/nodeshift/opossum-hystrix?utm_source=github.com&utm_medium=referral&utm_content=nodeshift/opossum-hystrix&utm_campaign=Badge_Coverage) | ||
![Node.js CI](https://github.com/nodeshift/opossum-hystrix/workflows/Node.js%20CI/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/nodeshift/opossum-hystrix/badge.svg?branch=main)](https://coveralls.io/github/nodeshift/opossum-hystrix?branch=main) | ||
[![dependencies Status](https://david-dm.org/nodeshift/opossum-hystrix/status.svg)](https://david-dm.org/nodeshift/opossum-hystrix) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/opossum-hystrix/badge.svg)](https://snyk.io/test/npm/opossum-hystrix) | ||
[![NPM](https://nodei.co/npm/opossum-hystrix.png)](https://npmjs.org/package/opossum-hystrix) [![Greenkeeper badge](https://badges.greenkeeper.io/nodeshift/opossum-hystrix.svg)](https://greenkeeper.io/) | ||
This module provides [Hystrix](https://github.com/Netflix/Hystrix) metrics for | ||
@@ -12,0 +11,0 @@ [opossum](https://github.com/nodeshift/opossum) circuit breakers. To use |
Sorry, the diff of this file is not supported yet
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
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
32056
8
58