jora icon indicating copy to clipboard operation
jora copied to clipboard

JavaScript object query engine

Results 12 jora issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Continued from discoveryjs/browser-extension-json-discovery#68. ## Example ### JSON ```json { "one": { "one" : 1, "two" : 2 }, "two": { "one" : 3, "two" : 4 } } ``` ###...

I have JSON with fiels of dates (in string format) ```json [{ "start": "2022-08-09T11:00:32.255Z", "end": "2022-08-09T15:38:00.000Z" }] ``` in result I want to get duration. something like `duration: end.asDate() -...

- [x] AST - [ ] Immutable paths hoisting (reduce computations -> performance) - [ ] Smart computation caching across queries - [ ] Query parts performance stat - [...

According to [this issue](https://github.com/discoveryjs/browser-extension-json-discovery/issues/45) Is this possible to show all fields at any levels, containing particular text?

Feature request

``` $test1: (`${}`); $test2: [{ $variable: 3; message: ` ${[1, 2, 3]} `, }, 'any']; [$test1, $test2] ``` Hi! This two tests crashes syntax highlighting! This is why it is...

bug

Example: Data.field.({a, b, c}) Deleting with backspace "field" name. Hangs somewhere at: Data.f.({a, b, c}) I also experienced other hangs when deleting something in query with backspace.

enhancement

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...

dependencies

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...

dependencies