@elysiajs/static
Advanced tools
Comparing version 0.1.0-rc.3 to 0.1.0-rc.4
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
9459
6
200