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
11
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.5.0 to 1.5.1

__tests__/benchmark.spec.d.ts

0

cache.d.ts

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

@@ -0,0 +0,0 @@ import { DepGraph } from 'dependency-graph';

export * from './resolver';
import { defaultGetRef } from './runner';
export { defaultGetRef };

12

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

@@ -18,3 +18,2 @@ "keywords": [

],
"main": "index.js",
"sideEffects": false,

@@ -34,10 +33,13 @@ "files": [

"dependencies": {
"@stoplight/json": "^2.1.0",
"@stoplight/json": "2.1.x",
"@types/urijs": "1.19.1",
"dependency-graph": "0.8.x",
"fast-memoize": "2.x.x",
"immer": "^3.1.2",
"immer": "3.x.x",
"lodash": "4.x.x",
"urijs": "1.x.x"
},
"typings": "index.d.ts"
"main": "index.cjs.js",
"module": "index.es.js",
"typings": "src/index.d.ts"
}

@@ -7,3 +7,2 @@ # JSON Ref Resolver

- Explore the interfaces: [TSDoc](https://stoplightio.github.io/json-ref-resolver/)
- View the changelog: [Releases](https://github.com/stoplightio/json-ref-resolver/releases)

@@ -31,3 +30,3 @@

All relevant types and options can be found in [src/types.ts](src/types.ts) or in the TSDoc.
All relevant types and options can be found in [src/types.ts](src/types.ts).

@@ -34,0 +33,0 @@ ```ts

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

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

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

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

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