New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stoplight/json-ref-resolver

Package Overview
Dependencies
Maintainers
10
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 1.3.0 to 1.4.0

8

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

@@ -33,6 +33,6 @@ "keywords": [

"dependencies": {
"@stoplight/json": "1.6.0",
"dependency-graph": "0.7.x",
"@stoplight/json": "1.x.x",
"dependency-graph": "0.8.x",
"fast-memoize": "2.x.x",
"immer": "1.x.x",
"immer": "2.x.x",
"lodash": "4.x.x",

@@ -39,0 +39,0 @@ "urijs": "1.x.x"

/// <reference types="urijs" />
import { Segment } from '@stoplight/types';
import { DepGraph } from 'dependency-graph';

@@ -62,3 +63,3 @@ export interface IResolverOpts {

message: string;
path: string[];
path: Segment[];
authority: uri.URI;

@@ -65,0 +66,0 @@ authorityStack: string[];

Sorry, the diff of this file is not supported yet

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