Socket
Socket
Sign inDemoInstall

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samchon/openapi - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/index.mjs

12

package.json
{
"name": "@samchon/openapi",
"version": "0.3.1",
"version": "0.3.2",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"typings": "./lib/index.d.ts",

@@ -10,3 +11,3 @@ "scripts": {

"build": "npm run build:main && npm run build:test",
"build:main": "rimraf lib && tsc",
"build:main": "rimraf lib && tsc && rollup -c",
"build:test": "rimraf bin && tsc -p test/tsconfig.json",

@@ -34,2 +35,4 @@ "dev": "npm run build:test -- --watch",

"@nestia/e2e": "^0.6.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",

@@ -39,6 +42,7 @@ "@types/node": "^20.12.7",

"rimraf": "^5.0.5",
"rollup": "^4.18.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"typescript-transform-paths": "^3.4.7",
"typia": "^6.3.1"
"typia": "^6.0.0"
},

@@ -45,0 +49,0 @@ "files": [

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