New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zenweb/cors

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenweb/cors - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

5

dist/index.d.ts
/// <reference types="koa__cors" />
import { Options as CorsOption } from '@koa/cors';
import { Options } from '@koa/cors';
import { SetupFunction } from '@zenweb/core';
export { CorsOption };
export interface CorsOption extends Options {
}
export default function setup(option?: CorsOption): SetupFunction;

6

package.json
{
"name": "@zenweb/cors",
"packageManager": "yarn@4.0.2",
"version": "5.0.0",
"version": "5.0.1",
"description": "zenweb cors module",

@@ -40,5 +40,7 @@ "exports": "./dist/index.js",

"@koa/cors": "^5.0.0",
"@types/koa__cors": "^5.0.0",
"@zenweb/core": "^4.2.1"
},
"optionalDependencies": {
"@types/koa__cors": "^5.0.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