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

@kubb/core

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/core - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

7

dist/index.d.ts

@@ -219,7 +219,2 @@ import { Options } from 'prettier';

declare namespace Plugins {
interface Context {
}
}
export { Api, Argument0, BuildContext, Cache, ConfigEnv, EmitFile, EmittedFile, Emitter, FileEmitter, Id, Listener, LogLevel, LogType, Plugin, PluginContext, PluginDriver, PluginFactory, PluginLifecycle, PluginLifecycleHooks, PluginName, PluginOptions, Plugins, Schema, SerializablePluginCache, TransformResult, UserConfig, UserConfigExport, UserConfigFn, ValidationResult, WithPromise, build, createPlugin, createPluginCache, createQueue, build as default, defineConfig, format, formatOptions, getPluginContext, getRelativePath, hooks, isPromise, write };
export { Api, Argument0, BuildContext, Cache, ConfigEnv, EmitFile, EmittedFile, Emitter, FileEmitter, Id, Listener, LogLevel, LogType, Plugin, PluginContext, PluginDriver, PluginFactory, PluginLifecycle, PluginLifecycleHooks, PluginName, PluginOptions, Schema, SerializablePluginCache, TransformResult, UserConfig, UserConfigExport, UserConfigFn, ValidationResult, WithPromise, build, createPlugin, createPluginCache, createQueue, build as default, defineConfig, format, formatOptions, getPluginContext, getRelativePath, hooks, isPromise, write };

22

package.json
{
"name": "@kubb/core",
"version": "0.9.1",
"version": "0.10.0",
"description": "Generator core",

@@ -23,15 +23,6 @@ "repository": {

"default": "./dist/index.js"
},
"./ast": {
"import": "./dist/ast/index.mjs",
"module": "./dist/ast/index.mjs",
"default": "./dist/ast/index.js"
}
},
"typesVersions": {
"*": {
"ast": [
"./types/ast/index.d.ts"
]
}
"*": {}
},

@@ -46,10 +37,9 @@ "files": [

"change-case": "^4.1.2",
"fs-extra": "^11.0.0",
"prettier": "^2.8.0",
"talt": "^2.4.0",
"typescript": "^4.9.3"
"fs-extra": "^11.1.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"openapi-types": "^12.0.2",
"openapi-types": "^12.1.0",
"tsup": "^6.5.0"

@@ -56,0 +46,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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