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

Transform json objects using dot notation

Results 46 dot-object issues
Sort by recently updated
recently updated
newest added

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Hello, Thanks for this awesome library! I was wondering if it was possible to implement a new option based on `keepArray`. My goal is to have a full dot-object but...

**Example:** const dot = require('dot-object') const config = { level1: { key1: 'val1', 2222: { key2: 'val2' } }, 3333: { key3: 'val3' } } console.log('original:') console.log(config) console.log() const dotConfig...

I'm trying to convert an object to dot notation with dot.dot by running ```js const target = dot.dot({ a: 1, b: 2, c: { d: 3, e: { f: 4,...

It would be helpful to provide a `keep` option that behaves like `keepArray`, but in a more generic way: ```js const dot = new DotObject(); dot.keep = value => {...

Reading through some of the other issues, it seems this may be intended behavior. We have enabled the option to output brackets around array indices. ``` { items: [ {...

It would be nice if dot-object came with an ESM entrypoint as well as CJS.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies