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.1 to 11.6.2

1

dist/lib/bundle.js

@@ -278,2 +278,3 @@ "use strict";

}
return undefined;
}

@@ -280,0 +281,0 @@ function removeFromInventory(inventory, entry) {

@@ -247,2 +247,3 @@ "use strict";

}
return undefined;
}

@@ -249,0 +250,0 @@ exports.default = Pointer;

@@ -150,2 +150,3 @@ "use strict";

}
return undefined;
}

@@ -152,0 +153,0 @@ /**

@@ -94,2 +94,3 @@ "use strict";

}
return undefined;
}

@@ -96,0 +97,0 @@ exports.getProtocol = getProtocol;

@@ -293,2 +293,3 @@ import $Ref from "./ref.js";

}
return undefined
}

@@ -295,0 +296,0 @@

@@ -287,2 +287,3 @@ import type { ParserOptions } from "./options.js";

}
return undefined
}

@@ -289,0 +290,0 @@ export default Pointer;

@@ -198,2 +198,3 @@ import Pointer from "./pointer.js";

}
return undefined
}

@@ -200,0 +201,0 @@

@@ -48,2 +48,3 @@ import type { FileInfo, JSONSchema } from "../types/index.js";

// @ts-ignore
export interface PluginResult<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>> {

@@ -50,0 +51,0 @@ plugin: Plugin;

@@ -71,2 +71,3 @@ import convertPathToPosix from "./convert-path-to-posix";

}
return undefined;
}

@@ -73,0 +74,0 @@

20

package.json
{
"name": "@apidevtools/json-schema-ref-parser",
"version": "11.6.1",
"version": "11.6.2",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -70,8 +70,8 @@ "keywords": [

"devDependencies": {
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"cross-env": "^7.0.3",

@@ -84,8 +84,8 @@ "eslint": "^8.57.0",

"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},

@@ -108,3 +108,3 @@ "dependencies": {

},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
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