{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":77552941,"defaultBranch":"master","name":"josk","ownerLogin":"veliovgroup","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-28T18:25:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1717470?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712789277.0","currentOid":""},"activityList":{"items":[{"before":"a38d583a3d637edd311aca4ff99ae8a7d52cbdb6","after":"55318a6cff46d2c0e6a7f8dcbfca8040d34b387b","ref":"refs/heads/master","pushedAt":"2024-04-17T10:54:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ‘จโ€๐Ÿ’ป Improve wording in error output","shortMessageHtmlLink":"๐Ÿ‘จโ€๐Ÿ’ป Improve wording in error output"}},{"before":"96b4e97c10bd89f8680c10861650a4e7f76d7551","after":"a38d583a3d637edd311aca4ff99ae8a7d52cbdb6","ref":"refs/heads/master","pushedAt":"2024-04-17T10:53:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐ŸŸฅ Update Redis Adapter\n\n- Remove rudimentary option from JSDoc\n- Check if `opts.prefix` is {string}","shortMessageHtmlLink":"๐ŸŸฅ Update Redis Adapter"}},{"before":"147c4b4b9b612848e4a6adc4d6a92ded01a84f15","after":"96b4e97c10bd89f8680c10861650a4e7f76d7551","ref":"refs/heads/master","pushedAt":"2024-04-17T10:43:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update\n\nRemove irrelevant details from `.ping()` description","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"af5b152eafe155514a3f01b7e9c50c611d52715f","after":"147c4b4b9b612848e4a6adc4d6a92ded01a84f15","ref":"refs/heads/master","pushedAt":"2024-04-10T22:55:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"5ad66b1ee8dc5bdcff2c0a75c7cfc71a6b47036a","after":"af5b152eafe155514a3f01b7e9c50c611d52715f","ref":"refs/heads/master","pushedAt":"2024-04-10T22:53:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":null,"after":"5ad66b1ee8dc5bdcff2c0a75c7cfc71a6b47036a","ref":"refs/heads/release/5.0.0","pushedAt":"2024-04-10T22:42:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v5.0.0\n\nWhat's New\n\n- ๐Ÿฆ„ `async`/`await` API for all public methods\n- ๐Ÿš€ Return {*Promise*} from tasks instead of calling `ready()`\n\nMajor Changes\n\n- โš ๏ธ Drop support for callbacks\n- โš ๏ธ Renamed private methods for clarity\n- โš ๏ธ Renamed methods of \"Adapter\" API for clarity\n- โš ๏ธ `opts.adapter` now expects instance of the *StorageAdapter*, *was: Class of StorageAdapter*\n- โš ๏ธ Moved `opts.prefix` and `opts.resetOnInit` to StorageAdapter's constructor\n- โš ๏ธ Moved storage-related options `opts.client`, `opts.db`, and `lockCollectionName` to StorageAdapter's constructor\n\nChanges\n\n- โœจ New options {object} accepted by `new RedisAdapter({})`\n- โœจ New options {object} accepted by `new MongoAdapter({})`\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Refactored tests for the new async/await API\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Refactored Meteor.js test-suite for the new async/await API\n- ๐Ÿ“” Updated documentation\n- ๐Ÿ“” Updated custom adapter documentation","shortMessageHtmlLink":"๐Ÿ“ฆ v5.0.0"}},{"before":"3abac04df6b5503e3e877df832b65164be9a866b","after":"5ad66b1ee8dc5bdcff2c0a75c7cfc71a6b47036a","ref":"refs/heads/master","pushedAt":"2024-04-10T22:41:25.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v5.0.0\n\nWhat's New\n\n- ๐Ÿฆ„ `async`/`await` API for all public methods\n- ๐Ÿš€ Return {*Promise*} from tasks instead of calling `ready()`\n\nMajor Changes\n\n- โš ๏ธ Drop support for callbacks\n- โš ๏ธ Renamed private methods for clarity\n- โš ๏ธ Renamed methods of \"Adapter\" API for clarity\n- โš ๏ธ `opts.adapter` now expects instance of the *StorageAdapter*, *was: Class of StorageAdapter*\n- โš ๏ธ Moved `opts.prefix` and `opts.resetOnInit` to StorageAdapter's constructor\n- โš ๏ธ Moved storage-related options `opts.client`, `opts.db`, and `lockCollectionName` to StorageAdapter's constructor\n\nChanges\n\n- โœจ New options {object} accepted by `new RedisAdapter({})`\n- โœจ New options {object} accepted by `new MongoAdapter({})`\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Refactored tests for the new async/await API\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Refactored Meteor.js test-suite for the new async/await API\n- ๐Ÿ“” Updated documentation\n- ๐Ÿ“” Updated custom adapter documentation","shortMessageHtmlLink":"๐Ÿ“ฆ v5.0.0"}},{"before":null,"after":"3abac04df6b5503e3e877df832b65164be9a866b","ref":"refs/heads/release/4.1.0","pushedAt":"2024-04-08T21:56:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v4.1.0\n\nWhat's new\n\n- โœจ Added async `.ping()` method","shortMessageHtmlLink":"๐Ÿ“ฆ v4.1.0"}},{"before":"bbdd279ea1c3f1dec7112bb115c1e1a5313a8173","after":"3abac04df6b5503e3e877df832b65164be9a866b","ref":"refs/heads/master","pushedAt":"2024-04-08T21:55:42.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v4.1.0\n\nWhat's new\n\n- โœจ Added async `.ping()` method","shortMessageHtmlLink":"๐Ÿ“ฆ v4.1.0"}},{"before":null,"after":"bbdd279ea1c3f1dec7112bb115c1e1a5313a8173","ref":"refs/heads/release/4.0.0","pushedAt":"2024-04-04T23:15:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v4.0.0\n\nMajor Changes\n\n- โš ๏ธ New way to `import` and `require` the package `import { JoSk, RedisAdapter, MongoAdapter } from 'josk';`\n- โš ๏ธ Decouple from storage, requires changes in options passed to constructor `new JoSk({})`\n- ๐ŸŸฅ Added support for Redis as adapter ๐Ÿฅณ\n- ๐Ÿƒ MongoDB as optional adapter ๐Ÿฅณ\n\nChanges\n\n- ๐ŸŸฅ Added support for Redis, well tested with Redis.io and KeyDB\n- ๐Ÿ‘จโ€๐Ÿ’ป Decoupled storage from main codebase\n- โœจ Support for custom storage adapters\n- โœจ `opts.adapter` {*RedisAdapter*|*MongoAdapter*}\n- โœจ `opts.client` {*RedisClient*}\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Added tests for Redis\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Added tests for Redis within Meteor.js\n- ๐Ÿ“” Updated documentation\n- ๐Ÿ“” Created documentation for custom adapter\n\nDev Dependencies\n\n- ๐Ÿ“ฆ `chai@5.1.0`, *was `v4.4.1`*\n- ๐Ÿ“ฆ `mocha@10.4.0`, *was `v10.3.0`*\n- ๐Ÿ“ฆ Added `redis@4.6.13`","shortMessageHtmlLink":"๐Ÿ“ฆ v4.0.0"}},{"before":"4d6a3b4a861256d278351310ed9f859dea21becb","after":"bbdd279ea1c3f1dec7112bb115c1e1a5313a8173","ref":"refs/heads/master","pushedAt":"2024-04-04T23:14:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ v4.0.0\n\nMajor Changes\n\n- โš ๏ธ New way to `import` and `require` the package `import { JoSk, RedisAdapter, MongoAdapter } from 'josk';`\n- โš ๏ธ Decouple from storage, requires changes in options passed to constructor `new JoSk({})`\n- ๐ŸŸฅ Added support for Redis as adapter ๐Ÿฅณ\n- ๐Ÿƒ MongoDB as optional adapter ๐Ÿฅณ\n\nChanges\n\n- ๐ŸŸฅ Added support for Redis, well tested with Redis.io and KeyDB\n- ๐Ÿ‘จโ€๐Ÿ’ป Decoupled storage from main codebase\n- โœจ Support for custom storage adapters\n- โœจ `opts.adapter` {*RedisAdapter*|*MongoAdapter*}\n- โœจ `opts.client` {*RedisClient*}\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Added tests for Redis\n- ๐Ÿ‘จโ€๐Ÿ”ฌ Added tests for Redis within Meteor.js\n- ๐Ÿ“” Updated documentation\n- ๐Ÿ“” Created documentation for custom adapter\n\nDev Dependencies\n\n- ๐Ÿ“ฆ `chai@5.1.0`, *was `v4.4.1`*\n- ๐Ÿ“ฆ `mocha@10.4.0`, *was `v10.3.0`*\n- ๐Ÿ“ฆ Added `redis@4.6.13`","shortMessageHtmlLink":"๐Ÿ“ฆ v4.0.0"}},{"before":"db38b9440986c54e928f72528b9ff10d507ee52c","after":"4d6a3b4a861256d278351310ed9f859dea21becb","ref":"refs/heads/master","pushedAt":"2024-04-04T22:19:31.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Docs update adding Redis support\n\n- JoSk now is driver/adapter/storage agnostic ๐Ÿฅณ๐Ÿฅณ","shortMessageHtmlLink":"๐Ÿ“” Docs update adding Redis support"}},{"before":"319b30a11abedb951456c22449ee2e7aaf554d07","after":"db38b9440986c54e928f72528b9ff10d507ee52c","ref":"refs/heads/master","pushedAt":"2024-04-04T15:27:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐ŸŸฅ RedisAdapter","shortMessageHtmlLink":"๐ŸŸฅ RedisAdapter"}},{"before":"a2744afbad38c1572cd20301e4bfa6f765f239da","after":"319b30a11abedb951456c22449ee2e7aaf554d07","ref":"refs/heads/master","pushedAt":"2024-04-04T15:26:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Custom Adapter documentation update","shortMessageHtmlLink":"๐Ÿ“” Custom Adapter documentation update"}},{"before":"c98cc9067d59fa308646a603308c8087b88a181d","after":"a2744afbad38c1572cd20301e4bfa6f765f239da","ref":"refs/heads/master","pushedAt":"2024-04-04T15:23:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Custom Adapter documentation update","shortMessageHtmlLink":"๐Ÿ“” Custom Adapter documentation update"}},{"before":"9667718fef66d73b5f2eba07a2d1d6b0eaabc34b","after":"c98cc9067d59fa308646a603308c8087b88a181d","ref":"refs/heads/master","pushedAt":"2024-04-04T15:21:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Custom Adapter documentation","shortMessageHtmlLink":"๐Ÿ“” Custom Adapter documentation"}},{"before":"01a57aa8e33fc0c5c513a2d3f2f191827abaee2f","after":"9667718fef66d73b5f2eba07a2d1d6b0eaabc34b","ref":"refs/heads/master","pushedAt":"2024-04-04T15:12:31.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐ŸŸฅ RedisAdapter","shortMessageHtmlLink":"๐ŸŸฅ RedisAdapter"}},{"before":"0296a0cde8136657dcb8dc9d068e7720c0b992aa","after":"01a57aa8e33fc0c5c513a2d3f2f191827abaee2f","ref":"refs/heads/master","pushedAt":"2024-04-04T14:57:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ‘จโ€๐Ÿ’ป BlankAdapter example/boilerplate","shortMessageHtmlLink":"๐Ÿ‘จโ€๐Ÿ’ป BlankAdapter example/boilerplate"}},{"before":null,"after":"0296a0cde8136657dcb8dc9d068e7720c0b992aa","ref":"refs/heads/release/3.1.1","pushedAt":"2024-04-03T13:35:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"โ˜„๏ธ v3.1.1\n\nVersion bump to match NPM version release that now supports CommonJS and ESM import/export, see #16","shortMessageHtmlLink":"โ˜„๏ธ v3.1.1"}},{"before":"a0ba80e3b039a66b5ca5ff26f3e7c14f9ef07dd1","after":"0296a0cde8136657dcb8dc9d068e7720c0b992aa","ref":"refs/heads/master","pushedAt":"2024-04-02T19:32:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"โ˜„๏ธ v3.1.1\n\nVersion bump to match NPM version release that now supports CommonJS and ESM import/export, see #16","shortMessageHtmlLink":"โ˜„๏ธ v3.1.1"}},{"before":null,"after":"a0ba80e3b039a66b5ca5ff26f3e7c14f9ef07dd1","ref":"refs/heads/release/3.1.0","pushedAt":"2024-04-01T00:22:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update\n\nUpdate ToC linking new examples","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"91412675394c362802fdb02e07b0dc874a420a0c","after":"a0ba80e3b039a66b5ca5ff26f3e7c14f9ef07dd1","ref":"refs/heads/master","pushedAt":"2024-04-01T00:20:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update\n\nUpdate ToC linking new examples","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"0b5cc9a7745e1711777e44be38d4578f93c3610a","after":"91412675394c362802fdb02e07b0dc874a420a0c","ref":"refs/heads/master","pushedAt":"2024-04-01T00:18:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"5ede9f07e9935c5641776df1a96e080bc83b83ee","after":"0b5cc9a7745e1711777e44be38d4578f93c3610a","ref":"refs/heads/master","pushedAt":"2024-04-01T00:09:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“ฆ `ostrio:cron-jobs@3.1.0` Meteor.js package\n\n- Now compatible with `meteor@3.0.0`","shortMessageHtmlLink":"๐Ÿ“ฆ ostrio:cron-jobs@3.1.0 Meteor.js package"}},{"before":"85f907a38be6af65b5df3a5f0a730a3080ee0a8f","after":"5ede9f07e9935c5641776df1a96e080bc83b83ee","ref":"refs/heads/master","pushedAt":"2024-03-31T23:23:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“” Documentation update","shortMessageHtmlLink":"๐Ÿ“” Documentation update"}},{"before":"09319f25b8dc53fac88c1b749d7df0339342b5ec","after":"85f907a38be6af65b5df3a5f0a730a3080ee0a8f","ref":"refs/heads/master","pushedAt":"2024-03-16T19:09:20.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"๐Ÿ“‹ Update README","shortMessageHtmlLink":"๐Ÿ“‹ Update README"}},{"before":"0ac7d3127930cd04d778b8add682f20c277a78d9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/ip-2.0.1","pushedAt":"2024-02-27T07:13:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d6d843de3c01c2426ecb2b5c7a9e8e79e2ac3192","after":"09319f25b8dc53fac88c1b749d7df0339342b5ec","ref":"refs/heads/master","pushedAt":"2024-02-27T07:13:22.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dr-dimitru","name":"dr.dimitru","path":"/dr-dimitru","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1686778?s=80&v=4"},"commit":{"message":"Merge pull request #15 from veliovgroup/dependabot/npm_and_yarn/ip-2.0.1","shortMessageHtmlLink":"Merge pull request #15 from veliovgroup/dependabot/npm_and_yarn/ip-2.0.1"}},{"before":null,"after":"0ac7d3127930cd04d778b8add682f20c277a78d9","ref":"refs/heads/dependabot/npm_and_yarn/ip-2.0.1","pushedAt":"2024-02-22T00:55:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump ip from 2.0.0 to 2.0.1\n\nBumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.\n- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: ip\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump ip from 2.0.0 to 2.0.1"}},{"before":"68bfc4f844b81b60fa2e7ca35cfaa64e7a134a60","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/mongodb-4.17.0","pushedAt":"2024-02-22T00:54:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMvgnqgA","startCursor":null,"endCursor":null}},"title":"Activity ยท veliovgroup/josk"}