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

@elysiajs/swagger

Package Overview
Dependencies
Maintainers
0
Versions
59
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 1.1.0-exp.0 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": {

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