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

openapi3-ts

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi3-ts - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

oas30.d.ts

6

Changelog.md
# Changelog: openapi3-ts
## Version 4.3.3
2024.06.10
- Add mising types definitions. PR [#138](https://github.com/metadevpro/openapi3-ts/pull/138) by @andreujuanc
## Version 4.3.2

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

21

package.json
{
"name": "openapi3-ts",
"version": "4.3.2",
"version": "4.3.3",
"description": "TS Model & utils for OpenAPI 3.x specification.",

@@ -40,3 +40,4 @@ "main": "dist/index.js",

"cover": "vitest --coverage",
"cover:ci": "npm run cover"
"cover:ci": "npm run cover",
"publish": "npm run build:all && npm publish ."
},

@@ -51,8 +52,8 @@ "keywords": [

"dependencies": {
"yaml": "^2.4.2"
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",

@@ -63,6 +64,6 @@ "coveralls": "^3.1.1",

"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.13",
"vitest": "^1.6.0",

@@ -73,4 +74,6 @@ "vitest-teamcity-reporter": "^0.3.0"

"dist",
"*.md"
"*.md",
"oas30.d.ts",
"oas31.d.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