New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openapi-typescript

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-typescript - npm Package Compare versions

Comparing version 6.5.4 to 6.5.5

dist/examples/digital-ocean-api.d.ts

6

CHANGELOG.md
# openapi-typescript
## 6.5.5
### Patch Changes
- [#1332](https://github.com/drwpow/openapi-typescript/pull/1332) [`8e8ebfd`](https://github.com/drwpow/openapi-typescript/commit/8e8ebfdcd84ff6a3d7b6f5d00695fc11366b436e) Thanks [@drwpow](https://github.com/drwpow)! - Restore original .d.ts module-resolution behavior
## 6.5.4

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

4

dist/index.d.ts

@@ -1,3 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" />
/// <reference types="node" />
import type { OpenAPI3, OpenAPITSOptions } from "./types.js";

@@ -4,0 +4,0 @@ import type { Readable } from "node:stream";

@@ -1,3 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" />
/// <reference types="node" />
import type { Fetch, GlobalContext, ParameterObject, Subschema } from "./types.js";

@@ -4,0 +4,0 @@ import { Readable } from "node:stream";

@@ -1,2 +0,2 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" />
import type { PathLike } from "node:fs";

@@ -3,0 +3,0 @@ import type { RequestInfo, RequestInit, Response } from "undici";

{
"name": "openapi-typescript",
"description": "Generate runtime-free TypeScript types from Swagger OpenAPI specs",
"version": "6.5.4",
"version": "6.5.5",
"author": {

@@ -53,10 +53,10 @@ "name": "Drew Powers",

"@types/js-yaml": "^4.0.5",
"@types/node": "^20.5.0",
"@types/node": "^20.5.9",
"degit": "^2.8.4",
"del-cli": "^5.0.0",
"del-cli": "^5.1.0",
"esbuild": "^0.19.2",
"execa": "^7.2.0",
"vite": "^4.4.9",
"vite-node": "^0.34.1",
"vitest": "^0.34.1"
"vite-node": "^0.34.3",
"vitest": "^0.34.3"
},

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

@@ -28,3 +28,3 @@ <img src="../../docs/public/assets/openapi-ts.svg" alt="openapi-typescript" width="200" height="40" />

>
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson))
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/docs/src/content/docs/advanced.md#enable-nouncheckedindexedaccess-in-your-tsconfigjson))

@@ -31,0 +31,0 @@ ## Basic usage

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ES2022",
"moduleResolution": "Node"
},
"exclude": ["scripts", "test", "*.ts"]
}
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