deepdash icon indicating copy to clipboard operation
deepdash copied to clipboard

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion

Results 26 deepdash issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi I want to use search an array and keep an item in the array if it or any of its children contain my search string Example data ``` const...

i did some debugging and the jest-resolve => resolve.exports package expects each export to have a 3rd field either "default" "require" or "browser"

Hey, I've created a repro here: https://codepen.io/dennisj/pen/dyZgJqg?editors=0010 The fourth object "themes/blockstudio-child/blockstudio" is not being filtered. I've added all nested paths to "childrenPaths". Am I missing something here?

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Both of these import methods are throwing the error message `ERR_PACKAGE_PATH_NOT_EXPORTED` ``` import eachDeep from 'deepdash-es/eachDeep'; ``` and ``` import {eachDeep} from 'deepdash-es/standalone'; ``` Details: ``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies