@stoplight/json-ref-resolver
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -5,3 +5,3 @@ "use strict"; | ||
const dependency_graph_1 = require("dependency-graph"); | ||
const get = require("lodash.get"); | ||
const get = require("lodash/get"); | ||
const Utils = require("./utils"); | ||
@@ -8,0 +8,0 @@ class ResolveCrawler { |
{ | ||
"name": "@stoplight/json-ref-resolver", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Recursively resolve JSON pointers and remote authorities.", | ||
@@ -35,13 +35,12 @@ "keywords": [ | ||
"@stoplight/path": "^1.3.2", | ||
"@stoplight/types": "^12.3.0", | ||
"@types/urijs": "^1.19.16", | ||
"@stoplight/types": "^12.3.0 || ^13.0.0", | ||
"@types/urijs": "^1.19.19", | ||
"dependency-graph": "~0.11.0", | ||
"fast-memoize": "^2.5.2", | ||
"immer": "^9.0.6", | ||
"lodash.get": "^4.4.2", | ||
"lodash.set": "^4.3.2", | ||
"lodash": "^4.17.21", | ||
"tslib": "^2.3.1", | ||
"urijs": "^1.19.6" | ||
"urijs": "^1.19.11" | ||
}, | ||
"typings": "index.d.ts" | ||
} |
@@ -8,4 +8,4 @@ "use strict"; | ||
const immer_1 = require("immer"); | ||
const get = require("lodash.get"); | ||
const set = require("lodash.set"); | ||
const get = require("lodash/get"); | ||
const set = require("lodash/set"); | ||
const URI = require("urijs"); | ||
@@ -12,0 +12,0 @@ const uri_1 = require("./uri"); |
@@ -7,3 +7,3 @@ "use strict"; | ||
super(_value); | ||
this._value = _value; | ||
this._value = _value.trim(); | ||
} | ||
@@ -10,0 +10,0 @@ get length() { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
82340
10
1
+ Addedlodash@^4.17.21
- Removedlodash.get@^4.4.2
- Removedlodash.set@^4.3.2
- Removed@stoplight/types@12.5.0(transitive)
- Removedlodash.get@4.4.2(transitive)
- Removedlodash.set@4.3.2(transitive)
Updated@types/urijs@^1.19.19
Updatedurijs@^1.19.11