Comparing version 10.1.0 to 10.1.1
{ | ||
"name": "error", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "Custom errors", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -80,5 +80,5 @@ # error | ||
```js | ||
const { Serror } = require('error') | ||
const { SError } = require('error') | ||
class ServerError extends Serror {} | ||
class ServerError extends SError {} | ||
class ClientError extends SError {} | ||
@@ -85,0 +85,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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0