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

@types/koa-send

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-send - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

8

koa-send/index.d.ts

@@ -8,9 +8,5 @@ // Type definitions for koa-send 4.1

import {
ParameterizedContext,
} from "koa";
import { ParameterizedContext } from "koa";
import {
Stats,
} from "fs";
import { Stats } from "fs";

@@ -17,0 +13,0 @@ declare function send(ctx: ParameterizedContext, path: string, opts?: send.SendOptions): Promise<string>;

{
"name": "@types/koa-send",
"version": "4.1.3",
"version": "4.1.4",
"description": "TypeScript definitions for koa-send",

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

},
"typesPublisherContentHash": "902d570ba6174d86864be420fbdbd011db9598bc9bb6ec207ddd3326dc8ed86d",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "469dcbe933e86d71fa95b413629475edeacbe0f7190c5a3241d32fbbceddea12",
"typeScriptVersion": "4.5"
}

@@ -18,9 +18,5 @@ # Installation

import {
ParameterizedContext,
} from "koa";
import { ParameterizedContext } from "koa";
import {
Stats,
} from "fs";
import { Stats } from "fs";

@@ -62,3 +58,3 @@ declare function send(ctx: ParameterizedContext, path: string, opts?: send.SendOptions): Promise<string>;

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

@@ -65,0 +61,0 @@ * Global values: none

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