stream-node-orm icon indicating copy to clipboard operation
stream-node-orm copied to clipboard

NodeJS Client - Build Activity Feeds & Streams with GetStream.io

Results 23 stream-node-orm issues
Sort by recently updated
recently updated
newest added

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.1 to 2.20.6. Commits 58d30cb 2.20.6 f76edf0 Merge pull request #188 from axelniklasson/master 4eef089 Upgrade jsonpointer to address security vulnerability 441f812 2.20.5 d36a1b1 Merge pull request #182...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...

dependencies

Hey, I'm getting the following error. I have no clue why. Any input would be greatly appreciated. ``` (node:283) [MONGODB DRIVER] Warning: Top-level use of w, wtimeout, j, and fsync...

Bumps [i](https://github.com/pksunkara/inflect) from 0.3.5 to 0.3.7. Commits 71961bd Version bump v0.3.7 a9a0a8e Fix CVE-2021-3820 c025e15 Fix formatting dace42b Move away from travis 22fa473 Merge pull request #30 from pksunkara/dependabot/add-v2-config-file e84c23a...

dependencies

When using hosted managed secrets (ie. Google Secret Manager), it is impossible to pass async configuration into the automatically instantiated version of FeedManager. This can be achieved with the feedManagerFactory,...

Hello, It would be nice to upgrade the dependency for the last version of getstream. For example: I am not able to use client.feed('user', 'me').followStats() directly with the low level...

Bumps [bson](https://github.com/mongodb/js-bson) from 1.0.4 to 1.1.4. Release notes Sourced from bson's releases. v1.1.4 The MongoDB Node.js team is pleased to announce version 1.1.4 of the bson module! This patch release...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1. Release notes Sourced from bl's releases. v2.2.1 Fix unintialized memory access Commits 8cb93f4 Bumped v2.2.1 dacc4ac Fix unintialized memory access See full diff in...

dependencies

The code below is the one that allows someone to specifiy a different directory for the `getstream.js` config file" ``` if (typeof process != 'undefined' && process.env.STREAM_NODE_CONFIG_DIR) { config_file =...