Socket
Socket
Sign inDemoInstall

@types/co-body

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/co-body - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

co-body/index.d.ts

@@ -8,11 +8,9 @@ // Type definitions for co-body

/// <reference types="node"/>
/// <reference types="koa"/>
/// <reference types="qs"/>
import * as http from 'http';
import * as Koa from 'koa';
import * as qs from 'qs';
declare namespace CoBody {
type Context = http.IncomingMessage | Koa.Context;
type Context = http.IncomingMessage | { req: http.IncomingMessage };

@@ -19,0 +17,0 @@ export interface Parse {

{
"name": "@types/co-body",
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript definitions for co-body",

@@ -14,14 +14,15 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/co-body"
},
"scripts": {},
"dependencies": {
"@types/koa": "*",
"@types/qs": "*",
"@types/node": "*"
"@types/node": "*",
"@types/qs": "*"
},
"typesPublisherContentHash": "389a6878d907364515bdfbdcb688cf9f60cb8c231712f66b286014a6dae87bad",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "e3ff0dfe23b463b2c3256dbdbd7a70314d264b1e4a52f671fa8484a2901a891e",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/co-body
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/co-body.
Additional Details
* Last updated: Wed, 08 Nov 2017 22:15:33 GMT
* Dependencies: http, koa, qs, node
### Additional Details
* Last updated: Mon, 27 Apr 2020 15:34:02 GMT
* Dependencies: [@types/qs](https://npmjs.com/package/@types/qs), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Joshua DeVinney <https://github.com/geoffreak>.
These definitions were written by [Joshua DeVinney](https://github.com/geoffreak).

Sorry, the diff of this file is not supported yet

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