@types/superagent
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -153,3 +153,3 @@ // Type definitions for SuperAgent 3.8 | ||
type Plugin = (req: Request) => void; | ||
type Plugin = (req: SuperAgentRequest) => void; | ||
@@ -156,0 +156,0 @@ interface ProgressEvent { |
{ | ||
"name": "@types/superagent", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -43,4 +43,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "f975cb1a216c5e2470813b35d805fa66b58cb0ac7b57488f7fe379af4221dafe", | ||
"typesPublisherContentHash": "7646cf2f0f18c6cf49b0fc87347696680cf6c3590ed3a9f6dd65ef619d7118ac", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/superagent | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent | ||
Additional Details | ||
* Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
* Last updated: Mon, 18 Jun 2018 22:47:06 GMT | ||
* Dependencies: fs, https, stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
9405