Socket
Socket
Sign inDemoInstall

@elysiajs/cors

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elysiajs/cors - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

15

package.json
{
"name": "@elysiajs/cors",
"version": "0.5.0",
"version": "0.5.1",
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",

@@ -15,7 +15,7 @@ "author": {

"exports": {
"bun": "./dist/index.js",
"node": "./dist/cjs/index.js",
"require": "./dist/cjs/index.js",
"import": "./dist/index.js",
"node": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js",
"bun": "./dist/index.js"
"default": "./dist/cjs/index.js"
},

@@ -31,3 +31,4 @@ "types": "./src/index.ts",

"dev": "bun run --hot example/index.ts",
"test": "bun wiptest",
"test": "bun wiptest && npm run test:node",
"test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js",
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",

@@ -39,3 +40,3 @@ "release": "npm run build && npm run test && npm publish --access public"

"bun-types": "^0.5.7",
"elysia": "0.5.0",
"elysia": "0.5.12",
"eslint": "^8.26.0",

@@ -46,4 +47,4 @@ "rimraf": "^3.0.2",

"peerDependencies": {
"elysia": ">= 0.5.0"
"elysia": ">= 0.5.12"
}
}
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