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

@kubb/types

Package Overview
Dependencies
Maintainers
1
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/types - npm Package Compare versions

Comparing version 2.12.5 to 2.12.6

15

package.json
{
"name": "@kubb/types",
"version": "2.12.5",
"version": "2.12.6",
"description": "Generator types",

@@ -42,13 +42,12 @@ "keywords": [

"devDependencies": {
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"@kubb/eslint-config": "1.1.8",
"typescript": "^5.4.5",
"@kubb/biome-config": "0.1.0",
"@kubb/ts-config": "0.1.0",
"@kubb/tsup-config": "1.1.8"
},
"packageManager": "pnpm@8.3.0",
"packageManager": "pnpm@8.15.0",
"engines": {
"node": ">=18",
"pnpm": ">=8.3.0"
"pnpm": ">=8.15.0"
},

@@ -62,4 +61,4 @@ "publishConfig": {

"clean": "npx rimraf ./dist",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .",
"lint-fix": "bun run lint --quiet --fix",
"lint": "bun biome lint .",
"lint:fix": "bun biome lint --apply-unsafe .",
"release": "pnpm publish --no-git-check",

@@ -66,0 +65,0 @@ "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",

export type Prettify<T> = {
[K in keyof T]: T[K]
} & {} // eslint-disable-next-line @typescript-eslint/ban-types
} & {}

@@ -5,0 +5,0 @@ export type PossiblePromise<T> = Promise<T> | T

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