Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/error

Package Overview
Dependencies
Maintainers
17
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/error - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

.taprc

2

index.js

@@ -51,1 +51,3 @@ 'use strict'

module.exports = createError
module.exports.default = createError
module.exports.createError = createError

15

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc