@types/superagent
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -92,2 +92,3 @@ // Type definitions for SuperAgent 2.3 | ||
get(header: string): string; | ||
redirects: string[]; | ||
} | ||
@@ -94,0 +95,0 @@ |
{ | ||
"name": "@types/superagent", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -9,17 +9,22 @@ "license": "MIT", | ||
"name": "Alex Varju", | ||
"url": "https://github.com/varju" | ||
"url": "https://github.com/varju", | ||
"githubUsername": "varju" | ||
}, | ||
{ | ||
"name": "Nico Zelaya", | ||
"url": "https://github.com/NicoZelaya" | ||
"url": "https://github.com/NicoZelaya", | ||
"githubUsername": "NicoZelaya" | ||
}, | ||
{ | ||
"name": "Michael Ledin", | ||
"url": "https://github.com/mxl" | ||
"url": "https://github.com/mxl", | ||
"githubUsername": "mxl" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/superagent" | ||
}, | ||
@@ -30,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "6293c37a29bf65a6a1117107feeb4be8f0c7fff6642c20c1b4116dc5fbee3431", | ||
"typesPublisherContentHash": "02d5a41ed0b5b66db434ac1cc800adef91680cde98179e1ec9c1d5eebd086c59", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,10 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for SuperAgent (https://github.com/visionmedia/superagent). | ||
This package contains type definitions for SuperAgent ( https://github.com/visionmedia/superagent ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent/v2 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent/v2 | ||
Additional Details | ||
* Last updated: Wed, 23 Aug 2017 17:50:59 GMT | ||
* Dependencies: stream, https, node | ||
* Last updated: Thu, 28 Feb 2019 03:04:22 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7816
114