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.3 " ,
3
+ "version" : " 2.1.4 " ,
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" : " ^7.17.1 " ,
24
+ "pg" : " ^7.18.0 " ,
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-pool" ,
3
- "version" : " 2.0.9 " ,
3
+ "version" : " 2.0.10 " ,
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" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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" : " ^7.17.1 " ,
30
+ "pg" : " ^7.18.0 " ,
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.3 "
36
+ "pg-cursor" : " ^2.1.4 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 7.17.1 " ,
3
+ "version" : " 7.18.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" : " 0.1.3" ,
25
25
"pg-packet-stream" : " ^1.1.0" ,
26
- "pg-pool" : " ^2.0.9 " ,
26
+ "pg-pool" : " ^2.0.10 " ,
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