Nico

Results 6 issues of Nico

As the [bluebird github repo states](https://github.com/petkaantonov/bluebird/#%EF%B8%8Fnote%EF%B8%8F), bluebird shouldn't be used anymore. Moreover, the library hasn't got any release since december 2019. Promises are available in nodeJS since `v0.12.0` and the...

I'm recreating this PR as the preceding one has been automatically closed while resyncing my fork. I've refactorized `connect()` and `disconnect()` methods from mongoose adapter to be compatible with mongoose...

⚠️ **This PR contains BREAKING CHANGES** ⚠️ ## Replace old lerna commands with npm workspaces > TODO ## Remove support of EOL NodeJS versions (10, 12 and 14) and add...

I just noticed that params used in the `getNativeVirtualPopulateQuery` weren't the sanitized ones. So I've added a parameter to pass the sanitized params along with the context. One question remains...

You can notice that your [package.json](https://github.com/Keyang/node-csvtojson/blob/de1eac2ea5646a69a0c25672bb668d1ee1330cbf/package.json#L247) and you [package.lock.json](https://github.com/Keyang/node-csvtojson/blob/de1eac2ea5646a69a0c25672bb668d1ee1330cbf/package-lock.json#L3) are out of sync and display different versions of the package, respectively `2.0.14` and `2.0.12`. When publishing a new version you...

I removed event listener declaration from the connection script to avoid memory leaks. Instanciating several services including the `moleculer-db-adapter-mongoose` mixin will result on 3 event listeners declared by services, thus,...