File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
17
17
"license" : " MIT" ,
18
18
"devDependencies" : {
19
19
"mocha" : " ^7.1.2" ,
20
- "pg" : " ^8.4.2 "
20
+ "pg" : " ^8.5.0 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-protocol" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .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.3.2 " ,
3
+ "version" : " 3.4.0 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
27
27
"url" : " https://github.com/brianc/node-postgres/issues"
28
28
},
29
29
"devDependencies" : {
30
- "@types/node" : " ^14.0.0" ,
31
- "@types/pg" : " ^7.14.5" ,
32
30
"@types/chai" : " ^4.2.13" ,
33
31
"@types/mocha" : " ^8.0.3" ,
32
+ "@types/node" : " ^14.0.0" ,
33
+ "@types/pg" : " ^7.14.5" ,
34
34
"JSONStream" : " ~0.7.1" ,
35
35
"concat-stream" : " ~1.0.1" ,
36
36
"eslint-plugin-promise" : " ^3.5.0" ,
37
37
"mocha" : " ^7.1.2" ,
38
- "pg" : " ^8.4.2 " ,
38
+ "pg" : " ^8.5.0 " ,
39
39
"stream-spec" : " ~0.3.5" ,
40
40
"stream-tester" : " 0.0.5" ,
41
41
"through" : " ~2.3.4" ,
42
42
"ts-node" : " ^8.5.4" ,
43
43
"typescript" : " ^4.0.3"
44
44
},
45
45
"dependencies" : {
46
- "pg-cursor" : " ^2.4.2 "
46
+ "pg-cursor" : " ^2.5.0 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.4.2 " ,
3
+ "version" : " 8.5.0 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
23
23
"packet-reader" : " 1.0.0" ,
24
24
"pg-connection-string" : " ^2.4.0" ,
25
25
"pg-pool" : " ^3.2.2" ,
26
- "pg-protocol" : " ^1.3 .0" ,
26
+ "pg-protocol" : " ^1.4 .0" ,
27
27
"pg-types" : " ^2.1.0" ,
28
28
"pgpass" : " 1.x"
29
29
},
You can’t perform that action at this time.
0 commit comments