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
19
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 2.0.0 to 2.0.1

tags

1

dist/index.d.ts

@@ -6,2 +6,1 @@ import { FastifyTypeProvider } from 'fastify';

}
export declare const ajvTypeBoxPlugin: (ajv: any) => void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ajvTypeBoxPlugin = void 0;
const ajvTypeBoxPlugin = function (ajv) {
ajv.addKeyword({ keyword: 'kind' });
ajv.addKeyword({ keyword: 'modifier' });
};
exports.ajvTypeBoxPlugin = ajvTypeBoxPlugin;
{
"name": "@fastify/type-provider-typebox",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Type Provider for Typebox over Fastify",

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

"test": "npm run build && npm run typescript && tap tests/index.js",
"typescript": "tsd"
"typescript": "tsd",
"prepublishOnly": "npm run build"
},

@@ -17,0 +18,0 @@ "repository": {

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