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

@kubb/ts-codegen

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/ts-codegen - npm Package Compare versions

Comparing version 1.1.13 to 1.2.0

10

package.json
{
"name": "@kubb/ts-codegen",
"version": "1.1.13",
"version": "1.2.0",
"description": "Generator ts-codegen",

@@ -27,3 +27,4 @@ "keywords": [

},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./*": "./*"
},

@@ -64,3 +65,3 @@ "main": "dist/index.js",

"clean": "rimraf ./dist",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint": "eslint --format pretty ./src",
"lint-fix": "bun run lint --quiet --fix",

@@ -70,5 +71,4 @@ "release": "pnpm publish --no-git-check",

"test": "vitest --passWithNoTests",
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false",
"upgrade": "pnpm update"
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
}
}
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