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
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.4.1 to 1.5.0

6

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

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

"dependencies": {
"@stoplight/json": "1.9.x",
"@stoplight/json": "^2.1.0",
"dependency-graph": "0.8.x",
"fast-memoize": "2.x.x",
"immer": "2.x.x",
"immer": "^3.1.2",
"lodash": "4.x.x",

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

@@ -238,3 +238,3 @@ "use strict";

continue;
this._source = immer_1.default(this._source, draft => {
this._source = immer_1.default(this._source, (draft) => {
if (r.resolved) {

@@ -256,3 +256,3 @@ if (!resolvedTargetPath.length) {

if (this.resolvePointers) {
this._source = immer_1.default(this._source, draft => {
this._source = immer_1.default(this._source, (draft) => {
let processOrder = [];

@@ -259,0 +259,0 @@ try {

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