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.1.0-rc.3 to 0.1.0-rc.4

8

package.json
{
"name": "@elysiajs/static",
"description": "Plugin for Elysia for serving static folder",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"author": {

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

"exports": {
"require": "./dist/cjs/index.js",
"require": "./dist/index.js",
"import": "./dist/index.js",

@@ -34,5 +34,3 @@ "node": "./dist/index.js",

"test": "bun wiptest",
"build": "rimraf dist && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build": "rimraf dist && tsc --project tsconfig.esm.json",
"release": "npm run build && npm run test && npm publish --access public"

@@ -39,0 +37,0 @@ },

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