gnip icon indicating copy to clipboard operation
gnip copied to clipboard

Connect to Gnip streaming API and manage rules

Results 10 gnip issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [async](https://github.com/caolan/async) from 0.1.22 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

2 commits: fix: use constructed JSON parser on rules responses to properly parse ids If the request library is provided a JSON body on POST, it will automatically parse the...

Bumps [json-bigint](https://github.com/sidorares/json-bigint) from 0.2.3 to 1.0.0. Commits 390482a 1.0.0 f2d8f83 typo 6ee392e Merge pull request #37 from sidorares/fix/prototype c85a430 MAJOR: Add protoAction and constructorAction options 4c2dbf4 build: add node 14...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

Also previous commits to handle error logging, mostly became unneeded with changes in the lib

When I get a 406 http error from replay stream, I only get the http error object While the replay [docs](http://support.gnip.com/apis/replay2.0/api_reference.html) Specify that I'm expected to get > Will contain...

When stream ends (on purpose or not on purpose) I get > Error: unexpected end of file File "zlib.js", line 154, in Zlib.zlibOnError [as onerror] on the error event This...