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

@types/koa-bodyparser

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-bodyparser - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

9

koa-bodyparser/index.d.ts

@@ -7,5 +7,4 @@ // Type definitions for koa-bodyparser 4.3

// Alexi Maschas <https://github.com/amaschas>
// Piotr Kuczynski <https://github.com/pkuczynski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
// TypeScript Version: 2.3

@@ -22,7 +21,7 @@ /* =================== USAGE ===================

import * as Koa from 'koa';
import * as Koa from "koa";
declare module 'koa' {
declare module "koa" {
interface Request {
body: string | Record<string, unknown>;
body?: any;
rawBody: string;

@@ -29,0 +28,0 @@ }

{
"name": "@types/koa-bodyparser",
"version": "4.3.2",
"version": "4.3.3",
"description": "TypeScript definitions for koa-bodyparser",

@@ -27,7 +27,2 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-bodyparser",

"githubUsername": "amaschas"
},
{
"name": "Piotr Kuczynski",
"url": "https://github.com/pkuczynski",
"githubUsername": "pkuczynski"
}

@@ -46,4 +41,4 @@ ],

},
"typesPublisherContentHash": "2a3b15fa39a09b2c0cddc3e96305db19a816a1644f9992270dd86ac20d43aea7",
"typesPublisherContentHash": "268bd49130704759d973d97f0d6b2f8ad7dd238e24a1788499f5d41bf32cf433",
"typeScriptVersion": "3.6"
}

@@ -17,5 +17,4 @@ # Installation

// Alexi Maschas <https://github.com/amaschas>
// Piotr Kuczynski <https://github.com/pkuczynski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
// TypeScript Version: 2.3

@@ -32,7 +31,7 @@ /* =================== USAGE ===================

import * as Koa from 'koa';
import * as Koa from "koa";
declare module 'koa' {
declare module "koa" {
interface Request {
body: string | Record<string, unknown>;
body?: any;
rawBody: string;

@@ -103,3 +102,3 @@ }

### Additional Details
* Last updated: Tue, 06 Jul 2021 22:02:37 GMT
* Last updated: Thu, 05 Aug 2021 20:31:25 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -109,2 +108,2 @@ * Global values: none

# Credits
These definitions were written by [Jerry Chin](https://github.com/hellopao), [Anup Kishore](https://github.com/anup-2s), [Hiroshi Ioka](https://github.com/hirochachacha), [Alexi Maschas](https://github.com/amaschas), and [Piotr Kuczynski](https://github.com/pkuczynski).
These definitions were written by [Jerry Chin](https://github.com/hellopao), [Anup Kishore](https://github.com/anup-2s), [Hiroshi Ioka](https://github.com/hirochachacha), and [Alexi Maschas](https://github.com/amaschas).
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