@types/superagent
Advanced tools
Comparing version 4.1.12 to 4.1.13
@@ -117,3 +117,3 @@ // Type definitions for SuperAgent 4.1 | ||
info: boolean; | ||
links: object; | ||
links: Record<string, string>; | ||
noContent: boolean; | ||
@@ -120,0 +120,0 @@ notAcceptable: boolean; |
{ | ||
"name": "@types/superagent", | ||
"version": "4.1.12", | ||
"version": "4.1.13", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -76,4 +76,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
}, | ||
"typesPublisherContentHash": "39a178efec6c37353d2e1f93faddfe61110cd3a366e89851018fd414a5b295ed", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "6d8aff7ed22f5779f16794bea5ba90ddd82259e7e6b7475acfd140ed3de726f2", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 22:33:10 GMT | ||
* Last updated: Thu, 16 Sep 2021 18:31:38 GMT | ||
* Dependencies: [@types/cookiejar](https://npmjs.com/package/@types/cookiejar), [@types/node](https://npmjs.com/package/@types/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
12264