Socket
Socket
Sign inDemoInstall

@types/koa-cors

Package Overview
Dependencies
19
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

koa-cors/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for koa-cors 0.0

import { Context, Middleware, Request } from 'koa';
import { Context, Middleware, Request } from "koa";

@@ -10,0 +10,0 @@ declare function koaCors(options?: koaCors.Options): Middleware;

{
"name": "@types/koa-cors",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for koa-cors",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-cors",

},
"typesPublisherContentHash": "d2827d29f777f6d908814f30f39d7d56129b3e74c1fdb9b80a0b8736bbee2e96",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "6b082efb11c61ec8ff3afa14579dc52250c9d26389e0a190aa248882b222b634",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { Context, Middleware, Request } from 'koa';
import { Context, Middleware, Request } from "koa";

@@ -38,3 +38,3 @@ declare function koaCors(options?: koaCors.Options): Middleware;

### Additional Details
* Last updated: Tue, 20 Jul 2021 18:01:29 GMT
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -41,0 +41,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc