Socket
Socket
Sign inDemoInstall

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.1 to 4.3.2

6

Changelog.md
# Changelog: openapi3-ts
## Version 4.3.2
2024.05.23
- Fix [#134](https://github.com/metadevpro/openapi3-ts/pull/134) exceisve files in distributed package. PR [136](https://github.com/metadevpro/openapi3-ts/pull/136) by @RobinTail
## Version 4.3.1

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

28

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

@@ -50,20 +50,24 @@ "main": "dist/index.js",

"dependencies": {
"yaml": "^2.4.1"
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitest/coverage-v8": "^1.6.0",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "~5.4.3",
"vite": "^5.2.7",
"vitest": "^1.4.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vitest-teamcity-reporter": "^0.3.0"
}
},
"files": [
"dist",
"*.md"
]
}
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