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

@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 1.0.0-beta.1 to 1.0.0-beta.2

10

dist/cjs/index.d.ts

@@ -25,3 +25,11 @@ import { Elysia } from 'elysia';

macro: {};
}, {}>;
}, {}, {
decorator: {};
store: {};
derive: {};
resolve: {};
}, {
schema: {};
macro: {};
}>;
export default cors;

@@ -25,3 +25,11 @@ import { Elysia } from 'elysia';

macro: {};
}, {}>;
}, {}, {
decorator: {};
store: {};
derive: {};
resolve: {};
}, {
schema: {};
macro: {};
}>;
export default cors;

6

package.json
{
"name": "@elysiajs/cors",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",

@@ -38,3 +38,3 @@ "author": {

"@types/node": "^18.11.7",
"elysia": "1.0.0-beta.1",
"elysia": "1.0.0-beta.5",
"eslint": "^8.26.0",

@@ -45,4 +45,4 @@ "rimraf": "^3.0.2",

"peerDependencies": {
"elysia": ">= 1.0.0-beta.1"
"elysia": ">= 1.0.0-beta.5"
}
}
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