@fastify/type-provider-typebox
Advanced tools
Comparing version 4.0.0 to 5.0.0-pre.fv5.1
{ | ||
"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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
0
19
25227
20
1
2