flatten-anything icon indicating copy to clipboard operation
flatten-anything copied to clipboard

Flatten objects and replace nested props with 'prop.subprop'. A simple and small integration.

Results 5 flatten-anything issues
Sort by recently updated
recently updated
newest added

similar to how other packages flatten. array becomes: ``` myarray[0].key: hello myarray[1].key: world

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 3.0.0 to 5.0.1 Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5)...

dependencies

I am using the latest version and am getting this warning when run the app with `react-native ios` or `react-native android`. Any way to get rid of this warning? ```...