Gathering detailed insights and metrics for json-refs
Gathering detailed insights and metrics for json-refs
Gathering detailed insights and metrics for json-refs
Gathering detailed insights and metrics for json-refs
json-refs-windows-fixed
Fork of 'json-refs'(https://github.com/whitlockjc/json-refs) with fixes for Windows
gulp-json-refs
Gulp package for json-refs
@ovotech/json-refs
Json Refs Resolver
swagger-jsdoc-deref
A CLI that uses swagger-jsdoc to generate Swagger definitions, but dereferences all json-refs for compatibility.
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).
npm install json-refs
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
226 Stars
324 Commits
64 Forks
7 Watching
17 Branches
15 Contributors
Updated on 18 Sept 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-10.3%
197,678
Compared to previous day
Last week
0.9%
1,146,121
Compared to previous week
Last month
3%
4,879,521
Compared to previous month
Last year
3.2%
58,794,470
Compared to previous year
27
json-refs is a simple library for interacting with JSON References and
JSON Pointers. While the main purpose of this library is to provide JSON References features,
since JSON References are a combination of Object
structure and a JSON Pointer
, this library also provides some
features for JSON Pointers as well.
The documentation for this project can be found at https://github.com/whitlockjc/json-refs/blob/master/docs/README.md. Specific documentation can be found here:
json-refs is available for both Node.js and the browser. Installation instructions for each environment are below.
json-refs binaries for the browser are available in the dist/
directory:
Of course, these links are for the master builds so feel free to download from the release of your choice. Once you've gotten them downloaded, to use the standalone binaries, your HTML include might look like this:
1<!-- ... --> 2<script src="json-refs.js"></script> 3<!-- ... -->
Installation for Node.js applications can be done via NPM.
npm install json-refs --save
If you plan on using the json-refs
CLI executable, you can install json-refs globally like this:
npm install json-refs --global
After this, feel free to run json-refs help
to see what you can do or view the CLI documentation linked above
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
118 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More