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

@elysiajs/swagger

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/swagger - npm Package Compare versions

Comparing version

to
1.1.0-exp.1

3

dist/cjs/index.js

@@ -68,5 +68,2 @@ "use strict";

const routes = app.getGlobalRoutes() ?? [];
console.log({
routes
});
if (routes.length !== totalRoutes) {

@@ -73,0 +70,0 @@ totalRoutes = routes.length;

@@ -65,5 +65,2 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */

const routes = app.getGlobalRoutes() ?? [];
console.log({
routes
});
if (routes.length !== totalRoutes) {

@@ -70,0 +67,0 @@ totalRoutes = routes.length;

2

package.json
{
"name": "@elysiajs/swagger",
"version": "1.1.0-exp.0",
"version": "1.1.0-exp.1",
"description": "Plugin for Elysia to auto-generate Swagger page",

@@ -5,0 +5,0 @@ "author": {