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

@elysiajs/static

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/static - npm Package Compare versions

Comparing version 0.8.0-rc.0 to 0.8.0

1

dist/cjs/index.d.ts

@@ -15,2 +15,3 @@ import { Elysia } from 'elysia';

derive: {};
resolve: {};
}, {

@@ -17,0 +18,0 @@ type: {};

@@ -55,2 +55,9 @@ import { Elysia } from 'elysia';

derive: {};
resolve: {}; /**
* @default 1024
*
* If total files exceed this number,
* file will be handled via wildcard instead of static route
* to reduce memory usage
*/
}, {

@@ -57,0 +64,0 @@ type: {};

6

package.json
{
"name": "@elysiajs/static",
"version": "0.8.0-rc.0",
"version": "0.8.0",
"author": {

@@ -17,3 +17,3 @@ "name": "saltyAom",

"bun-types": "^1.0.2",
"elysia": "0.8.0-rc.0",
"elysia": "0.8.0",
"eslint": "^8.40.0",

@@ -24,3 +24,3 @@ "rimraf": "4.4.1",

"peerDependencies": {
"elysia": ">= 0.8.0-rc.0"
"elysia": ">= 0.8.0"
},

@@ -27,0 +27,0 @@ "exports": {

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