@types/superagent
Advanced tools
Comparing version 1.4.15-alpha to 1.4.20-alpha
{ | ||
"name": "@types/superagent", | ||
"version": "1.4.15-alpha", | ||
"description": "Type definitions for SuperAgent v1.4.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "1.4.20-alpha", | ||
"description": "TypeScript definitions for SuperAgent v1.4.0", | ||
"main": "", | ||
@@ -11,5 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire('stream'": "*", | ||
"@types/node": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/superagent` | ||
> `npm install --save @types/superagent` | ||
# Summary | ||
This package contains type definitions for SuperAgent v1.4.0. | ||
This package contains type definitions for SuperAgent v1.4.0 (https://github.com/visionmedia/superagent). | ||
The project URL or description is https://github.com/visionmedia/superagent | ||
# Credits | ||
These definitions were written by Alex Varju <https://github.com/varju/>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/superagent | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/superagent | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:06:15 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:51 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: equire('stream' | ||
* Module Dependencies: stream | ||
* Global values: request | ||
# Credits | ||
These definitions were written by Alex Varju <https://github.com/varju/>. |
@@ -8,3 +8,3 @@ { | ||
"moduleDependencies": [ | ||
"equire('stream'" | ||
"stream" | ||
], | ||
@@ -11,0 +11,0 @@ "libraryMajorVersion": "1", |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
1
0
6214
19
- Removedequire('stream'@*