Comparing version 0.0.16-alpha to 0.0.21-alpha
{ | ||
"name": "@types/pg", | ||
"version": "0.0.16-alpha", | ||
"description": "Type definitions for pg from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "0.0.21-alpha", | ||
"description": "TypeScript definitions for pg", | ||
"main": "", | ||
@@ -11,6 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire(\"events\"": "*", | ||
"equire(\"stream\"": "*", | ||
"@types/node": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/pg` | ||
> `npm install --save @types/pg` | ||
# Summary | ||
This package contains type definitions for pg. | ||
This package contains type definitions for pg (https://github.com/brianc/node-postgres). | ||
The project URL or description is https://github.com/brianc/node-postgres | ||
# Credits | ||
These definitions were written by Phips Peter <http://pspeter3.com>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/pg | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/pg | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:06:06 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:41 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: equire("events", equire("stream" | ||
* Module Dependencies: events, stream | ||
* Global values: types | ||
# Credits | ||
These definitions were written by Phips Peter <http://pspeter3.com>. |
@@ -8,4 +8,4 @@ { | ||
"moduleDependencies": [ | ||
"equire(\"events\"", | ||
"equire(\"stream\"" | ||
"events", | ||
"stream" | ||
], | ||
@@ -12,0 +12,0 @@ "libraryMajorVersion": "0", |
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 2 instances in 1 package
1
0
4649
19
- Removedequire("events"@*
- Removedequire("stream"@*