@types/tedious
Advanced tools
Comparing version 1.8.15-alpha to 1.8.20-alpha
{ | ||
"name": "@types/tedious", | ||
"version": "1.8.15-alpha", | ||
"description": "Type definitions for tedious 1.8.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "1.8.20-alpha", | ||
"description": "TypeScript definitions for tedious 1.8.0", | ||
"main": "", | ||
@@ -11,5 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire(\"events\"": "*", | ||
"@types/node": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/tedious` | ||
> `npm install --save @types/tedious` | ||
# Summary | ||
This package contains type definitions for tedious 1.8.0. | ||
This package contains type definitions for tedious 1.8.0 (https://pekim.github.io/tedious). | ||
The project URL or description is https://pekim.github.io/tedious | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tedious | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tedious | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:06:15 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:52 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: equire("events" | ||
* Module Dependencies: events | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>. |
@@ -8,3 +8,3 @@ { | ||
"moduleDependencies": [ | ||
"equire(\"events\"" | ||
"events" | ||
], | ||
@@ -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
23700
19
- Removedequire("events"@*