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.7 to 4.3.8

3

koa-bodyparser/index.d.ts

@@ -24,3 +24,4 @@ // Type definitions for koa-bodyparser 4.3

interface Request {
body?: any;
// any declaration breaks types intellisense and type safety, keep it at least Record<string, unknown>
body?: Record<string, unknown>;
rawBody: string;

@@ -27,0 +28,0 @@ }

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

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

},
"typesPublisherContentHash": "1694be553bd473bf73eb3a0ab2be295414fa61150427998b6e50e98ee89d0e4c",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "9d0b744efe770cca8005823fe69245af70da1b6977750da91c708f672aa8fcf1",
"typeScriptVersion": "4.1"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 21 Mar 2022 18:31:55 GMT
* Last updated: Thu, 08 Sep 2022 17:32:40 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -14,0 +14,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