glob-object icon indicating copy to clipboard operation
glob-object copied to clipboard

Filter an object using glob patterns and dot notation.

Results 5 glob-object issues
Sort by recently updated
recently updated
newest added

I know slash is handled special in regular pathing glob due to special meaning in file systems. However, they do not have the same meaning with object paths. It seems...

Hi Jon I'm using your [email protected] with a dependency [email protected], the dependency are outdated and have been flagged with a vulnerability and was rectified in version 2.0.1 & 3.02 Would...

According to semver, this upgrade has breaking changes, but the tests all pass. Vulnerability: https://www.npmjs.com/advisories/1012

Getting the following webpack warning when trying to build my app with `require 'glob-object'` in a file: ``` WARNING in ./node_modules/glob-object/node_modules/shallow-clone/utils.js 3:34-41 Critical dependency: require function is used in a...

The example from this [filter-object issue](https://github.com/jonschlinkert/filter-object/issues/5) shows that some of the patterns are being skipped when there are multiple negation patterns. [This line](https://github.com/jonschlinkert/glob-object/blob/master/index.js#L29) just needs to be updated to `patterns.splice(1,...