File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.1.7 " ,
3
+ "version" : " 2.1.8 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
21
21
"eslint-config-prettier" : " ^6.4.0" ,
22
22
"eslint-plugin-prettier" : " ^3.1.1" ,
23
23
"mocha" : " ^6.2.2" ,
24
- "pg" : " ^8.0.0 " ,
24
+ "pg" : " ^8.0.1 " ,
25
25
"prettier" : " ^1.18.2"
26
26
},
27
27
"prettier" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-protocol" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " The postgres client/server binary protocol, implemented in TypeScript" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
27
27
"concat-stream" : " ~1.0.1" ,
28
28
"eslint-plugin-promise" : " ^3.5.0" ,
29
29
"mocha" : " ^6.2.2" ,
30
- "pg" : " ^8.0.0 " ,
30
+ "pg" : " ^8.0.1 " ,
31
31
"stream-spec" : " ~0.3.5" ,
32
32
"stream-tester" : " 0.0.5" ,
33
33
"through" : " ~2.3.4"
34
34
},
35
35
"dependencies" : {
36
- "pg-cursor" : " ^2.1.7 "
36
+ "pg-cursor" : " ^2.1.8 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
22
22
"buffer-writer" : " 2.0.0" ,
23
23
"packet-reader" : " 1.0.0" ,
24
24
"pg-connection-string" : " 0.1.3" ,
25
- "pg-protocol" : " ^1.1.0" ,
26
25
"pg-pool" : " ^3.0.0" ,
26
+ "pg-protocol" : " ^1.2.0" ,
27
27
"pg-types" : " ^2.1.0" ,
28
28
"pgpass" : " 1.x" ,
29
29
"semver" : " 4.3.2"
You can’t perform that action at this time.
0 commit comments