Comparing version 8.1.3 to 8.1.4
{ | ||
"name": "opossum", | ||
"version": "8.1.3", | ||
"version": "8.1.4", | ||
"author": "Red Hat, Inc.", | ||
@@ -44,3 +44,3 @@ "license": "Apache-2.0", | ||
"documentation": "^14.0.1", | ||
"eslint": "^8.49.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-semistandard": "^17.0.0", | ||
@@ -59,3 +59,3 @@ "eslint-config-standard": "^17.0.0", | ||
"stream-browserify": "^3.0.0", | ||
"tape": "~5.7.0", | ||
"tape": "~5.7.2", | ||
"util": "^0.12.5", | ||
@@ -76,5 +76,5 @@ "webpack": "~5.88.2", | ||
"engines": { | ||
"node": "^21 || ^20 || ^18 || ^16" | ||
"node": "^22 || ^21 || ^20 || ^18 || ^16" | ||
}, | ||
"support": true | ||
} |
@@ -6,3 +6,3 @@ # opossum | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/opossum/badge.svg)](https://snyk.io/test/npm/opossum) | ||
[![dependencies Status](https://david-dm.org/nodeshift/opossum/status.svg)](https://david-dm.org/nodeshift/opossum) | ||
[![Dependency Status](https://img.shields.io/librariesio/github/nodeshift/opossum)](https://libraries.io/nodeshift/opossum) | ||
@@ -168,3 +168,3 @@ Opossum is a Node.js circuit breaker that executes asynchronous functions | ||
Getting the existing cumalative stats for a breaker can be done like this: | ||
Getting the existing cumulative stats for a breaker can be done like this: | ||
@@ -171,0 +171,0 @@ ``` |
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
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
358333