@verdaccio/commons-api
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
exports.getConflict = getConflict; | ||
exports.HTTP_STATUS = exports.HEADERS = exports.DEFAULT_MIN_LIMIT_PASSWORD = exports.API_MESSAGE = exports.API_ERROR = void 0; | ||
exports.getBadData = getBadData; | ||
exports.getBadRequest = getBadRequest; | ||
exports.getCode = getCode; | ||
exports.getConflict = getConflict; | ||
exports.getForbidden = getForbidden; | ||
exports.getInternalError = getInternalError; | ||
exports.getNotFound = getNotFound; | ||
exports.getServiceUnavailable = getServiceUnavailable; | ||
exports.getUnauthorized = getUnauthorized; | ||
exports.getForbidden = getForbidden; | ||
exports.getServiceUnavailable = getServiceUnavailable; | ||
exports.getNotFound = getNotFound; | ||
exports.getCode = getCode; | ||
exports.API_ERROR = exports.API_MESSAGE = exports.HEADERS = exports.HTTP_STATUS = exports.DEFAULT_MIN_LIMIT_PASSWORD = void 0; | ||
@@ -18,0 +18,0 @@ var _httpErrors = _interopRequireDefault(require("http-errors")); |
{ | ||
"name": "@verdaccio/commons-api", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "Commons API utilities for Verdaccio", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"dependencies": { | ||
"http-errors": "1.8.0", | ||
"http-errors": "1.8.1", | ||
"http-status-codes": "1.4.0" | ||
@@ -35,0 +35,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
+ Addedhttp-errors@1.8.1(transitive)
+ Addedtoidentifier@1.0.1(transitive)
- Removedhttp-errors@1.8.0(transitive)
- Removedtoidentifier@1.0.0(transitive)
Updatedhttp-errors@1.8.1