json-refs icon indicating copy to clipboard operation
json-refs copied to clipboard

Various utilities for JSON Pointers (http://tools.ietf.org/html/rfc6901) and JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).

Results 42 json-refs issues
Sort by recently updated
recently updated
newest added

Hi, The approach I envision for a pull parser would be: 1. Detect a ref 2. Evaluate some condition 3. If the condition is true 1. Resolve the ref 2....

```ts import { resolveRefs } from 'json-refs' const resolved = await resolveRefs( { $ref: '#/definitions/Foo', definitions: { Foo: { type: 'object', properties: { a: { $ref: '#/definitions/Foo', }, }, },...

This now leads to ` Error: Module not found: Error: Can't resolve 'path' in '/home/user/FCHUB/Shared.UI/node_modules/json-refs'` Same for querystring. Are there plans to move away from node-based libraries for native browser...

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 3.2.1 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies needed to be updated together. Updates `loader-utils` from 1.1.0 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem...

dependencies

- chore: lints - fix: adds `overrides` to avoid error on higher Node versions Running the `gulp` script was giving the error: > ReferenceError: primordials is not defined ...which as...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.1 Release notes Sourced from socket.io-parser's releases. 4.2.1 Bug...

dependencies

This project has a nested dependency on [email protected], which is vulnerable to CVE-2022-29622. This needs to be updated to [email protected].