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.7.0 " ,
3
+ "version" : " 2.7.1 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
18
18
"license" : " MIT" ,
19
19
"devDependencies" : {
20
20
"mocha" : " ^7.1.2" ,
21
- "pg" : " ^8.7.0 "
21
+ "pg" : " ^8.7.1 "
22
22
},
23
23
"peerDependencies" : {
24
24
"pg" : " ^8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-pool" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " Connection pool for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
37
37
"concat-stream" : " ~1.0.1" ,
38
38
"eslint-plugin-promise" : " ^3.5.0" ,
39
39
"mocha" : " ^7.1.2" ,
40
- "pg" : " ^8.7.0 " ,
40
+ "pg" : " ^8.7.1 " ,
41
41
"stream-spec" : " ~0.3.5" ,
42
42
"stream-tester" : " 0.0.5" ,
43
43
"ts-node" : " ^8.5.4" ,
44
44
"typescript" : " ^4.0.3"
45
45
},
46
46
"dependencies" : {
47
- "pg-cursor" : " ^2.7.0 "
47
+ "pg-cursor" : " ^2.7.1 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.7.0 " ,
3
+ "version" : " 8.7.1 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
23
23
"buffer-writer" : " 2.0.0" ,
24
24
"packet-reader" : " 1.0.0" ,
25
25
"pg-connection-string" : " ^2.5.0" ,
26
- "pg-pool" : " ^3.4.0 " ,
26
+ "pg-pool" : " ^3.4.1 " ,
27
27
"pg-protocol" : " ^1.5.0" ,
28
28
"pg-types" : " ^2.1.0" ,
29
29
"pgpass" : " 1.x"
You can’t perform that action at this time.
0 commit comments