hypercore-errors
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -106,2 +106,6 @@ module.exports = class HypercoreError extends Error { | ||
} | ||
static SESSION_MOVED (msg = 'Session moved') { | ||
return new HypercoreError(msg, 'SESSION_MOVED', HypercoreError.SESSION_MOVED) | ||
} | ||
} |
{ | ||
"name": "hypercore-errors", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Hypercore errors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16451
84