You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@scalar/openapi-parser

Package Overview
Dependencies
Maintainers
10
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/openapi-parser - npm Package Compare versions

Comparing version

to
0.18.3

8

CHANGELOG.md
# @scalar/openapi-parser
## 0.18.3
### Patch Changes
- c345d2c: fix: added dependency on @scalar/openapi-types
- Updated dependencies [ccf875a]
- @scalar/openapi-types@0.3.7
## 0.18.2

@@ -4,0 +12,0 @@

2

dist/utils/bundle/bundle.d.ts

@@ -145,3 +145,3 @@ import type { UnknownObject } from '../../types/index.js';

*/
export declare function prefixInternalRefRecursive(input: unknown, prefix: string[]): string;
export declare function prefixInternalRefRecursive(input: unknown, prefix: string[]): void;
/**

@@ -148,0 +148,0 @@ * Represents a plugin that handles resolving references from external sources.

@@ -87,3 +87,3 @@ import { escapeJsonPointer } from "../../utils/escape-json-pointer.js";

}
return input["$ref"] = prefixInternalRef(ref, prefix);
input["$ref"] = prefixInternalRef(ref, prefix);
}

@@ -90,0 +90,0 @@ }

@@ -45,2 +45,3 @@ import { dereference } from "../../../utils/dereference.js";

const _ = name;
const nada = _;
}

@@ -47,0 +48,0 @@ }

@@ -20,3 +20,3 @@ {

],
"version": "0.18.2",
"version": "0.18.3",
"engines": {

@@ -67,3 +67,4 @@ "node": ">=20"

"leven": "^4.0.0",
"yaml": "2.8.0"
"yaml": "2.8.0",
"@scalar/openapi-types": "0.3.7"
},

@@ -77,6 +78,5 @@ "devDependencies": {

"tinybench": "^2.8.0",
"vite": "5.4.19",
"vite": "6.1.6",
"@scalar/build-tooling": "0.2.4",
"@scalar/openapi-types": "0.3.6",
"@scalar/types": "0.2.10"
"@scalar/types": "0.2.11"
},

@@ -83,0 +83,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet