Socket
Socket
Sign inDemoInstall

@koa/cors

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koa/cors - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

History.md

2

index.js

@@ -61,4 +61,2 @@ 'use strict';

if (!requestOrigin) return await next();
let origin;

@@ -65,0 +63,0 @@ if (typeof options.origin === 'function') {

{
"name": "@koa/cors",
"version": "3.4.1",
"version": "3.4.2",
"description": "Cross-Origin Resource Sharing(CORS) for koa",

@@ -5,0 +5,0 @@ "main": "index.js",

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