File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-connection-string" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Functions for dealing with a PostgresSQL connection string" ,
5
5
"main" : " ./index.js" ,
6
6
"types" : " ./index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.3.3 " ,
3
+ "version" : " 2.4.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.3.3 "
20
+ "pg" : " ^8.4.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.2.5 " ,
3
+ "version" : " 1.3.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.2.3 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
26
26
"concat-stream" : " ~1.0.1" ,
27
27
"eslint-plugin-promise" : " ^3.5.0" ,
28
28
"mocha" : " ^7.1.2" ,
29
- "pg" : " ^8.3.3 " ,
29
+ "pg" : " ^8.4.0 " ,
30
30
"stream-spec" : " ~0.3.5" ,
31
31
"stream-tester" : " 0.0.5" ,
32
32
"through" : " ~2.3.4"
33
33
},
34
34
"dependencies" : {
35
- "pg-cursor" : " ^2.3.3 "
35
+ "pg-cursor" : " ^2.4.0 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.3.3 " ,
3
+ "version" : " 8.4.0 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
21
21
"dependencies" : {
22
22
"buffer-writer" : " 2.0.0" ,
23
23
"packet-reader" : " 1.0.0" ,
24
- "pg-connection-string" : " ^2.3 .0" ,
24
+ "pg-connection-string" : " ^2.4 .0" ,
25
25
"pg-pool" : " ^3.2.1" ,
26
- "pg-protocol" : " ^1.2.5 " ,
26
+ "pg-protocol" : " ^1.3.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