@fastify/error
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -51,1 +51,3 @@ 'use strict' | ||
module.exports = createError | ||
module.exports.default = createError | ||
module.exports.createError = createError |
{ | ||
"name": "@fastify/error", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"test": "standard && ava -v && tsd" | ||
"lint": "standard", | ||
"test": "npm run test:unit && npm run test:typescript", | ||
"test:unit": "tap", | ||
"test:typescript": "tsd" | ||
}, | ||
@@ -27,7 +30,5 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^17.0.0", | ||
"ava": "^4.0.1", | ||
"standard": "^17.0.0", | ||
"tsd": "^0.20.0", | ||
"typescript": "^4.1.3" | ||
"tap": "^16.0.0", | ||
"tsd": "^0.24.1" | ||
}, | ||
@@ -34,0 +35,0 @@ "tsd": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10906
3
10
193