New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/type-provider-typebox

Package Overview
Dependencies
Maintainers
20
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 3.5.0 to 3.6.0

.gitattributes

1

dist/index.js

@@ -38,1 +38,2 @@ "use strict";

exports.TypeBoxValidatorCompiler = TypeBoxValidatorCompiler;
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@fastify/type-provider-typebox",
"version": "3.5.0",
"version": "3.6.0",
"description": "A Type Provider for Typebox over Fastify",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

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

@@ -44,6 +44,6 @@ "scripts": {

"fastify-plugin": "^4.5.0",
"fastify-tsconfig": "^1.0.1",
"fastify-tsconfig": "^2.0.0",
"rimraf": "^5.0.0",
"tap": "^16.3.0",
"tsd": "^0.28.1",
"tsd": "^0.29.0",
"typescript": "^5.0.2"

@@ -50,0 +50,0 @@ },

@@ -1,1 +0,1 @@

["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0"]
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0", "0.32.0"]

@@ -0,1 +1,3 @@

'use strict'
const tap = require('tap')

@@ -2,0 +4,0 @@ const Fastify = require('fastify')

{
"extends": "fastify-tsconfig",
"compilerOptions": {
"outDir": "dist",
"sourceMap": true,
"declaration": true
},
"exclude": ["./node_modules", "types/**/*.test-d.ts"]
}

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