Huge News!Announcing our $40M Series B led by Abstract Ventures.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.11.0-canary.20231010T200427 to 1.11.0-canary.20231011T124844

6

package.json
{
"name": "@kubb/ts-codegen",
"version": "1.11.0-canary.20231010T200427",
"version": "1.11.0-canary.20231011T124844",
"description": "Generator ts-codegen",

@@ -24,2 +24,3 @@ "keywords": [

"module": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"

@@ -30,3 +31,3 @@ },

},
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",

@@ -69,2 +70,3 @@ "types": "./dist/index.d.ts",

"release:canary": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag canary",
"release:beta": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag beta",
"start": "tsup --watch",

@@ -71,0 +73,0 @@ "test": "vitest --passWithNoTests",

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