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

@zenweb/cors

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
z

@zenweb/cors

zenweb cors module

2.4.0
63

Supply Chain Security

62

Quality

84

Maintenance

100

Vulnerabilities

100

License

Version published
Weekly downloads
123
-8.89%
Maintainers
1
Weekly downloads
 
Created
Issues
0

zenweb-cors

zenweb cors module

跨域支持

Quick start

$ npm i @zenweb/cors
import { create } from 'zenweb';
import modCors from '@zenweb/cors';

const app = create();

app.setup(modCors({  origin: '*' }));

Changelog

2.4.0

  • @koa/cors: ^3
  • null 检查

FAQs

Package last updated on 10 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts