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

@eropple/fastify-openapi3

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eropple/fastify-openapi3 - npm Package Compare versions

Comparing version 0.6.0-alpha.1 to 0.6.0-alpha.2

dist/oas31-types.d.ts

3

dist/index.d.ts
import "./extensions.js";
import * as _OAS31 from "openapi3-ts";
import { oas3Plugin } from "./plugin.js";
export default oas3Plugin;
export { OAS3PluginOptions } from "./plugin.js";
export declare const OAS31: typeof _OAS31;
export type * as OAS31 from "./oas31-types.js";
export { schemaType, TaggedSchema } from "./schemas.js";
import "./extensions.js";
import * as _OAS31 from "openapi3-ts";
import { oas3Plugin } from "./plugin.js";
export default oas3Plugin;
export const OAS31 = _OAS31;
export { schemaType } from "./schemas.js";
{
"name": "@eropple/fastify-openapi3",
"version": "0.6.0-alpha.1",
"version": "0.6.0-alpha.2",
"author": "Ed Ropple",

@@ -5,0 +5,0 @@ "license": "LGPL-3.0",

import "./extensions.js";
import * as _OAS31 from "openapi3-ts";
import { oas3Plugin } from "./plugin.js";

@@ -9,4 +7,4 @@

export const OAS31 = _OAS31;
export type * as OAS31 from "./oas31-types.js";
export { schemaType, TaggedSchema } from "./schemas.js";

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