Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pg

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pg - npm Package Compare versions

Comparing version 0.0.16-alpha to 0.0.21-alpha

6

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc