🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@scalar/openapi-types

Package Overview
Dependencies
Maintainers
8
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/openapi-types - npm Package Compare versions

Comparing version
0.9.1
to
0.9.2
+6
-0
CHANGELOG.md
# @scalar/openapi-types
## 0.9.2
### Patch Changes
- [#9710](https://github.com/scalar/scalar/pull/9710): Republish so the updated README (with the Scalar platform overview) reaches npm. Also renames the README generator metadata in package.json from `readme` to `scalarReadme`: npm treats a `readme` field as the readme text itself, so affected packages were published with a literal `[object Object]` readme on the registry instead of README.md.
## 0.9.1

@@ -4,0 +10,0 @@

+2
-2

@@ -19,3 +19,3 @@ {

],
"version": "0.9.1",
"version": "0.9.2",
"engines": {

@@ -76,4 +76,4 @@ "node": ">=22"

"test": "vitest --run",
"types:check": "tsc --noEmit"
"types:check": "tsgo --noEmit"
}
}

@@ -10,2 +10,16 @@ # Scalar OpenAPI Types

---
Scalar is an open-source API platform for teams who want beautiful developer interfaces without vendor lock-in.
- **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
- **[Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
- **[SDKs](https://scalar.com/products/sdks/getting-started)** — Type-safe client libraries in TypeScript, Python, Go, PHP, Java, and Ruby.
- **[MCP Servers](https://scalar.com/products/agent/getting-started)** — Generate secure MCP servers from your API spec.
- **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
---
## Installation

@@ -12,0 +26,0 @@