Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@json-schema-tools/dereferencer

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-schema-tools/dereferencer - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.2.5](https://github.com/json-schema-tools/dereferencer/compare/1.2.4...1.2.5) (2020-10-17)
### Bug Fixes
* add badges to readme ([2568a79](https://github.com/json-schema-tools/dereferencer/commit/2568a795266f82c121d595517774168d31ea6580))
## [1.2.4](https://github.com/json-schema-tools/dereferencer/compare/1.2.3...1.2.4) (2020-10-17)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@json-schema-tools/dereferencer",
"version": "1.2.4",
"version": "1.2.5",
"description": "Dereference (aka parse refs) from JSON Schemas",

@@ -5,0 +5,0 @@ "main": "build/index.js",

# JSON Schema Dereferencer
<center>
<span>
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/json-schema-tools/dereferencer/master.svg">
<img src="https://codecov.io/gh/json-schema-tools/dereferencer/branch/master/graph/badge.svg" />
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=json-schema-tools/dereferencer" />
<img alt="npm" src="https://img.shields.io/npm/dt/@json-schema-tools/dereferencer.svg" />
<img alt="GitHub release" src="https://img.shields.io/github/release/json-schema-tools/dereferencer.svg" />
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/json-schema-tools/dereferencer/latest.svg" />
</span>
</center>
Otherwise known as a ref parser, this tool will replace json schema using $ref with the underlying reference, returning relevant errors otherwise.

@@ -4,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc