File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pg-cursor" ,
3- "version" : " 2.1.11 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Query cursor extension for node-postgres" ,
55 "main" : " index.js" ,
66 "directories" : {
1717 "license" : " MIT" ,
1818 "devDependencies" : {
1919 "mocha" : " ^6.2.2" ,
20- "pg" : " ^8.1 .0"
20+ "pg" : " ^8.2 .0"
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-protocol" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
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.0.8 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Postgres query result returned as readable stream" ,
55 "main" : " index.js" ,
66 "scripts" : {
2626 "concat-stream" : " ~1.0.1" ,
2727 "eslint-plugin-promise" : " ^3.5.0" ,
2828 "mocha" : " ^6.2.2" ,
29- "pg" : " ^8.1 .0" ,
29+ "pg" : " ^8.2 .0" ,
3030 "stream-spec" : " ~0.3.5" ,
3131 "stream-tester" : " 0.0.5" ,
3232 "through" : " ~2.3.4"
3333 },
3434 "dependencies" : {
35- "pg-cursor" : " ^2.1.11 "
35+ "pg-cursor" : " ^2.2.0 "
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg" ,
3- "version" : " 8.1 .0" ,
3+ "version" : " 8.2 .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.2.2" ,
2525 "pg-pool" : " ^3.2.0" ,
26- "pg-protocol" : " ^1.2.2 " ,
26+ "pg-protocol" : " ^1.2.3 " ,
2727 "pg-types" : " ^2.1.0" ,
2828 "pgpass" : " 1.x" ,
2929 "semver" : " 4.3.2"
You can’t perform that action at this time.
0 commit comments