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
18
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 2.4.0 to 2.4.1

6

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

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

"dependencies": {
"@stoplight/json": "^3.1.0",
"@stoplight/path": "^1.2.1",
"@stoplight/json": "^3.1.2",
"@stoplight/path": "^1.3.0",
"@stoplight/types": "^11.0.0",

@@ -37,0 +37,0 @@ "@types/urijs": "1.x.x",

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

if (this.baseUri.toString()) {
absRef = path_1.join(path_1.dirname(this.baseUri.toString()), absRef);
absRef = path_1.join(path_1.dirname(this.baseUri.toString()), path_1.stripRoot(absRef));
}

@@ -37,0 +37,0 @@ else {

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