Socket
Socket
Sign inDemoInstall

elysia

Package Overview
Dependencies
Maintainers
1
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia - npm Package Compare versions

Comparing version 0.1.0-rc.3 to 0.1.0-rc.4

4

dist/cjs/index.js

@@ -104,4 +104,3 @@ "use strict";

});
if (path === '/*') {
console.log('Set fallback', method);
if (path === '/*')
this.fallbackRoute.set(method, {

@@ -120,3 +119,2 @@ handle: handler,

});
}
this.router.register(path)[method] = {

@@ -123,0 +121,0 @@ handle: handler,

@@ -101,4 +101,3 @@ import { Router } from './router';

});
if (path === '/*') {
console.log('Set fallback', method);
if (path === '/*')
this.fallbackRoute.set(method, {

@@ -117,3 +116,2 @@ handle: handler,

});
}
this.router.register(path)[method] = {

@@ -120,0 +118,0 @@ handle: handler,

{
"name": "elysia",
"description": "Fast, and friendly Bun web framework",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"author": {

@@ -6,0 +6,0 @@ "name": "saltyAom",

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