Socket
Socket
Sign inDemoInstall

@apidevtools/json-schema-ref-parser

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidevtools/json-schema-ref-parser - npm Package Compare versions

Comparing version 11.6.0 to 11.6.1

2

dist/lib/util/convert-path-to-posix.js

@@ -12,4 +12,4 @@ "use strict";

}
return filePath.split(path_1.default?.win32?.sep).join(path_1.default.posix.sep);
return filePath.split(path_1.default?.win32?.sep).join(path_1.default?.posix?.sep ?? "/");
}
exports.default = convertPathToPosix;

@@ -10,3 +10,3 @@ import path from "path";

return filePath.split(path?.win32?.sep).join(path.posix.sep);
return filePath.split(path?.win32?.sep).join(path?.posix?.sep ?? "/");
}
{
"name": "@apidevtools/json-schema-ref-parser",
"version": "11.6.0",
"version": "11.6.1",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -5,0 +5,0 @@ "keywords": [

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