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

@stoplight/json-ref-resolver

Package Overview
Dependencies
Maintainers
23
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/json-ref-resolver - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

2

cache.d.ts

@@ -7,3 +7,3 @@ import * as Types from './types';

constructor(opts?: Types.ICacheOpts);
readonly stats: {
get stats(): {
hits: number;

@@ -10,0 +10,0 @@ misses: number;

{
"name": "@stoplight/json-ref-resolver",
"version": "3.0.7",
"version": "3.0.8",
"description": "Recursively resolve JSON pointers and remote authorities.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -87,3 +87,3 @@ # JSON Ref Resolver

user: {
name: "json"
name: "john"
},

@@ -137,3 +137,3 @@ models: {

expect(resolved.result).toEqual({
name: "json",
name: "john",
card: {

@@ -140,0 +140,0 @@ type: "visa"

@@ -25,3 +25,3 @@ /// <reference types="urijs" />

constructor(source: any, graph?: DepGraph<any>, opts?: Types.IResolveRunnerOpts);
readonly source: any;
get source(): any;
resolve(opts?: Types.IResolveOpts): Promise<Types.IResolveResult>;

@@ -28,0 +28,0 @@ computeRef: (opts: Types.IComputeRefOpts) => void | uri.URI;

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