Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#179)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
9c28bb0f 8bdb42c9

+8 -6
-5
.changeset/twenty-paws-cry.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Replace for...in with for...of Object.keys() to avoid iterating inherited properties
+7
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.3.6 4 + 5 + ### Patch Changes 6 + 7 + - Replace for...in with for...of Object.keys() to avoid iterating inherited properties 8 + Submitted by [@majgaard](https://github.com/majgaard) (See [#177](https://github.com/0no-co/wonka/pull/177)) 9 + 3 10 ## 6.3.5 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "wonka", 3 3 "description": "A tiny but capable push & pull stream library for TypeScript and Flow", 4 - "version": "6.3.5", 4 + "version": "6.3.6", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",