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.21 to 3.0.22

4

koa-bodyparser/index.d.ts

@@ -27,2 +27,6 @@ // Type definitions for koa-bodyparser v3.x

/**
* parser will only parse when request type hits enableTypes, default is ['json', 'form'].
*/
enableTypes?: string[];
/**
* requested encoding. Default is utf-8 by co-body

@@ -29,0 +33,0 @@ */

5

koa-bodyparser/package.json
{
"name": "@types/koa-bodyparser",
"version": "3.0.21",
"version": "3.0.22",
"description": "TypeScript definitions for koa-bodyparser",

@@ -17,3 +17,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c"
"typesPublisherContentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT
* Last updated: Fri, 23 Dec 2016 14:14:47 GMT
* Library Dependencies: none

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

@@ -9,2 +9,3 @@ {

"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "koa-bodyparser",

@@ -23,3 +24,3 @@ "typingsPackageName": "koa-bodyparser",

"hasPackageJson": false,
"contentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c"
"contentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544"
}
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