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

@fastify/type-provider-typebox

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/type-provider-typebox - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0-pre.fv5.1

.taprc.yaml

43

package.json
{
"name": "@fastify/type-provider-typebox",
"version": "4.0.0",
"version": "5.0.0-pre.fv5.1",
"description": "A Type Provider for Typebox over Fastify",

@@ -20,5 +20,2 @@ "module": "dist/esm/index.mjs",

},
"peerDependencies": {
"@sinclair/typebox": ">=0.26 <=0.32"
},
"scripts": {

@@ -31,3 +28,3 @@ "build:clean": "rimraf ./dist",

"build": "npm-run-all build:clean build:cjs build:esm build:post build:test",
"test:tap": "tap tests/index.js --no-check-coverage",
"test:tap": "tap",
"test:types": "tsd",

@@ -54,23 +51,27 @@ "test": "npm-run-all build test:tap test:types",

"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.0.0",
"fastify": "^4.17.0",
"fastify-plugin": "^4.5.0",
"@arethetypeswrong/cli": "^0.15.3",
"@fastify/pre-commit": "^2.1.0",
"@sinclair/typebox": "^0.32.32",
"@tapjs/tsx": "^1.1.32",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1",
"fastify-tsconfig": "^2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"tap": "^16.3.0",
"tsd": "^0.30.1",
"typescript": "^5.0.2"
"rimraf": "^5.0.7",
"tap": "^19.2.5",
"tsd": "^0.31.0",
"typescript": "^5.4.5"
},
"tsd": {
"directory": "types"
}
},
"tap": "./.taprc.yaml"
}

@@ -14,3 +14,3 @@ # fastify-type-provider-typebox

This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://www.fastify.io/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify.
This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://fastify.dev/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify.

@@ -51,3 +51,3 @@ ## Usage

fastify.get('/', {
fastify.post('/', {
schema: {

@@ -54,0 +54,0 @@ body: Type.Object({

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