File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pg-cursor" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.1.5 " ,
44 "description" : " Query cursor extension for node-postgres" ,
55 "main" : " index.js" ,
66 "directories" : {
2121 "eslint-config-prettier" : " ^6.4.0" ,
2222 "eslint-plugin-prettier" : " ^3.1.1" ,
2323 "mocha" : " ^6.2.2" ,
24- "pg" : " ^7.18.0 " ,
24+ "pg" : " ^7.18.1 " ,
2525 "prettier" : " ^1.18.2"
2626 },
2727 "prettier" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-query-stream" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " Postgres query result returned as readable stream" ,
55 "main" : " index.js" ,
66 "scripts" : {
2727 "concat-stream" : " ~1.0.1" ,
2828 "eslint-plugin-promise" : " ^3.5.0" ,
2929 "mocha" : " ^6.2.2" ,
30- "pg" : " ^7.18.0 " ,
30+ "pg" : " ^7.18.1 " ,
3131 "stream-spec" : " ~0.3.5" ,
3232 "stream-tester" : " 0.0.5" ,
3333 "through" : " ~2.3.4"
3434 },
3535 "dependencies" : {
36- "pg-cursor" : " ^2.1.4 "
36+ "pg-cursor" : " ^2.1.5 "
3737 }
3838}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg" ,
3- "version" : " 7.18.0 " ,
3+ "version" : " 7.18.1 " ,
44 "description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
55 "keywords" : [
66 " database" ,
You can’t perform that action at this time.
0 commit comments