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

@bull-board/hono

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bull-board/hono - npm Package Compare versions

Comparing version 5.20.3 to 5.20.4

2

dist/HonoAdapter.js

@@ -122,3 +122,3 @@ "use strict";

const app = new hono_1.Hono();
const staticBaseUrlPath = [this.basePath, this.staticPath].join('/').replace(/\/{2,}/g, '/');
const staticBaseUrlPath = [this.basePath, this.staticRoute].join('/').replace(/\/{2,}/g, '/');
app.get(`${this.staticRoute}/*`, this.serveStatic({

@@ -125,0 +125,0 @@ root: node_path_1.default.relative(process.cwd(), this.staticPath),

{
"name": "@bull-board/hono",
"version": "5.20.3",
"version": "5.20.4",
"description": "A Hono server adapter for Bull-Board dashboard.",

@@ -31,4 +31,4 @@ "keywords": [

"dependencies": {
"@bull-board/api": "5.20.3",
"@bull-board/ui": "5.20.3",
"@bull-board/api": "5.20.4",
"@bull-board/ui": "5.20.4",
"ejs": "^3.1.10",

@@ -35,0 +35,0 @@ "hono": "^4.4.7"

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