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 3.0.19 to 3.0.20

6

koa-bodyparser/index.d.ts

@@ -19,2 +19,8 @@ // Type definitions for koa-bodyparser v3.x

declare module "koa" {
interface Request {
body: any;
}
}
declare function bodyParser(opts?: {

@@ -21,0 +27,0 @@ /**

5

koa-bodyparser/package.json
{
"name": "@types/koa-bodyparser",
"version": "3.0.19",
"version": "3.0.20",
"description": "TypeScript definitions for koa-bodyparser v3.x",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "78ebac98bc12676d03111ae00096da96ed843d2e05230cc74cda40f5c1cd2695"
"typesPublisherContentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd"
}

4

koa-bodyparser/README.md

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Last updated: Wed, 05 Oct 2016 20:53:34 GMT
* File structure: ModuleAugmentation
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: koa

@@ -15,3 +15,3 @@ {

"sourceBranch": "types-2.0",
"kind": "ProperModule",
"kind": "ModuleAugmentation",
"globals": [

@@ -21,3 +21,3 @@ "bodyParser"

"declaredModules": [
"koa-bodyparser"
"koa"
],

@@ -28,3 +28,3 @@ "files": [

"hasPackageJson": false,
"contentHash": "78ebac98bc12676d03111ae00096da96ed843d2e05230cc74cda40f5c1cd2695"
"contentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd"
}
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