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

@yellowgate/swagger-express-mw

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yellowgate/swagger-express-mw - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.d.ts

5

package.json
{
"name": "@yellowgate/swagger-express-mw",
"version": "0.0.1",
"version": "0.0.2",
"description": "This library provides a wrapper 'swagger-express-middleware' package.",
"main": "bin/src/index.js",
"main": "index.js",
"types": "index.d.ts",
"author": "https://github.com/andreidubov",

@@ -7,0 +8,0 @@ "license": "UNLICENSED",

2

src/Config.d.ts
import { Logger } from "yglogger";
import { ParseRequestOptions } from "swagger-express-middleware";
import { SwaggerObject, ErrorHandlingMiddleware } from ".";
import { SwaggerObject, ErrorHandlingMiddleware } from "..";
interface CommonConfig {

@@ -5,0 +5,0 @@ /** On-disk path which points to the root of the application */

import * as express from "express";
import { ParseRequestOptions, SwaggerObject } from "swagger-express-middleware";
import { Logger } from "yglogger";
import { ErrorHandlingMiddleware } from ".";
import { ErrorHandlingMiddleware } from "..";
export interface RunnerOptions {

@@ -6,0 +6,0 @@ controllerPath: string;

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

import { OperationObject, PathItemObject, SwaggerObject } from ".";
import { OperationObject, PathItemObject, SwaggerObject } from "..";
export interface SwaggerRequestObject {

@@ -3,0 +3,0 @@ /** Complete Swagger configuration */

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