Comparing version 6.3.0 to 6.4.0
@@ -273,3 +273,3 @@ 'use strict'; | ||
} else if (this[HALF_OPEN]) { | ||
// Not sure if anythign needs to be done here | ||
// Not sure if anything needs to be done here | ||
this[STATE] = HALF_OPEN; | ||
@@ -276,0 +276,0 @@ } |
{ | ||
"name": "opossum", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"author": "Red Hat, Inc.", | ||
@@ -38,23 +38,24 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.5", | ||
"@babel/preset-env": "^7.16.5", | ||
"babel-loader": "^8.2.3", | ||
"@babel/core": "^7.17.7", | ||
"@babel/preset-env": "^7.16.11", | ||
"babel-loader": "^8.2.4", | ||
"codacy-coverage": "^3.4.0", | ||
"coveralls": "^3.1.1", | ||
"documentation": "^13.2.5", | ||
"eslint": "^7.24.0", | ||
"eslint-config-semistandard": "^15.0.1", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint": "^8.6.0", | ||
"eslint-config-semistandard": "^16.0.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.2.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.2.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"husky": "^6.0.0", | ||
"husky": "^7.0.4", | ||
"nyc": "~15.1.0", | ||
"opener": "1.5.2", | ||
"serve": "^11.3.2", | ||
"serve": "^13.0.2", | ||
"tap-spec": "~5.0.0", | ||
"tape": "~5.3.2", | ||
"tape": "~5.5.2", | ||
"webpack": "~4.46.0", | ||
"webpack-cli": "~4.9.1" | ||
"webpack-cli": "~4.9.2" | ||
}, | ||
@@ -72,6 +73,5 @@ "description": "A fail-fast circuit breaker for promises and callbacks", | ||
"engines": { | ||
"node": "^16 || ^14 || ^12" | ||
"node": "^18 || ^16 || ^14 || ^12" | ||
}, | ||
"dependencies": {}, | ||
"support": true | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
501087
22