Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/openapi-types

Package Overview
Dependencies
Maintainers
8
Versions
7
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.0.1 to 0.1.0

dist/index.d.ts

6

CHANGELOG.md
# @scalar/openapi-types
## 0.1.0
### Minor Changes
- b4f9f97: feat: new @scalar/openapi-types package
## 0.0.1

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

21

package.json

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

],
"version": "0.0.1",
"version": "0.1.0",
"engines": {

@@ -25,12 +25,27 @@ "node": ">=18"

"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"src",
"dist",
"!dist/webpack-stats.json",
"CHANGELOG.md"
],
"sideEffects": false,
"devDependencies": {
"@scalar/build-tooling": "0.1.10"
},
"scripts": {
"build": "pnpm types:check && rollup -c --configPlugin typescript && pnpm types:build",
"format": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"types:check": "tsc --noEmit --skipLibCheck --composite false"
"test:prepare": "vite-node scripts/load-files.ts",
"test:unit": "vite-node scripts/load-files.ts && vitest",
"types:build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"types:check": "tsc --noEmit --skipLibCheck"
}
}

9

README.md
# Scalar OpenAPI Types
[![CI](https://github.com/scalar/openapi-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/scalar/openapi-parser/actions/workflows/ci.yml)
[![Release](https://github.com/scalar/openapi-parser/actions/workflows/release.yml/badge.svg)](https://github.com/scalar/openapi-parser/actions/workflows/release.yml)
[![Contributors](https://img.shields.io/github/contributors/scalar/openapi-parser)](https://github.com/scalar/openapi-parser/graphs/contributors)
[![GitHub License](https://img.shields.io/github/license/scalar/openapi-parser)](https://github.com/scalar/openapi-parser/blob/main/LICENSE)
[![CI](https://github.com/scalar/scalar/actions/workflows/ci.yml/badge.svg)](https://github.com/scalar/scalar/actions/workflows/ci.yml)
[![Contributors](https://img.shields.io/github/contributors/scalar/scalar)](https://github.com/scalar/scalar/graphs/contributors)
[![GitHub License](https://img.shields.io/github/license/scalar/scalar)](https://github.com/scalar/scalar/blob/main/LICENSE)
[![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar)
Modern OpenAPI types
Modern OpenAPI parser written in TypeScript, with support for Swagger 2.0, OpenAPI 3.0 and OpenAPI 3.1

@@ -11,0 +10,0 @@ ## Installation

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