File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pg-cursor" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "description" : " Query cursor extension for node-postgres" ,
55 "main" : " index.js" ,
66 "directories" : {
1717 "license" : " MIT" ,
1818 "devDependencies" : {
1919 "mocha" : " ^7.1.2" ,
20- "pg" : " ^8.4.2 "
20+ "pg" : " ^8.5.0 "
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-protocol" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " The postgres client/server binary protocol, implemented in TypeScript" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-query-stream" ,
3- "version" : " 3.3.2 " ,
3+ "version" : " 3.4.0 " ,
44 "description" : " Postgres query result returned as readable stream" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
2727 "url" : " https://github.com/brianc/node-postgres/issues"
2828 },
2929 "devDependencies" : {
30- "@types/node" : " ^14.0.0" ,
31- "@types/pg" : " ^7.14.5" ,
3230 "@types/chai" : " ^4.2.13" ,
3331 "@types/mocha" : " ^8.0.3" ,
32+ "@types/node" : " ^14.0.0" ,
33+ "@types/pg" : " ^7.14.5" ,
3434 "JSONStream" : " ~0.7.1" ,
3535 "concat-stream" : " ~1.0.1" ,
3636 "eslint-plugin-promise" : " ^3.5.0" ,
3737 "mocha" : " ^7.1.2" ,
38- "pg" : " ^8.4.2 " ,
38+ "pg" : " ^8.5.0 " ,
3939 "stream-spec" : " ~0.3.5" ,
4040 "stream-tester" : " 0.0.5" ,
4141 "through" : " ~2.3.4" ,
4242 "ts-node" : " ^8.5.4" ,
4343 "typescript" : " ^4.0.3"
4444 },
4545 "dependencies" : {
46- "pg-cursor" : " ^2.4.2 "
46+ "pg-cursor" : " ^2.5.0 "
4747 }
4848}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg" ,
3- "version" : " 8.4.2 " ,
3+ "version" : " 8.5.0 " ,
44 "description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
55 "keywords" : [
66 " database" ,
2323 "packet-reader" : " 1.0.0" ,
2424 "pg-connection-string" : " ^2.4.0" ,
2525 "pg-pool" : " ^3.2.2" ,
26- "pg-protocol" : " ^1.3 .0" ,
26+ "pg-protocol" : " ^1.4 .0" ,
2727 "pg-types" : " ^2.1.0" ,
2828 "pgpass" : " 1.x"
2929 },
You can’t perform that action at this time.
0 commit comments