🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kubb/core

Package Overview
Dependencies
Maintainers
1
Versions
1345
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
5.0.0-beta.82
to
5.0.0-beta.84
+2
-2
package.json
{
"name": "@kubb/core",
"version": "5.0.0-beta.82",
"version": "5.0.0-beta.84",
"description": "Core engine for Kubb. Provides the plugin driver, file manager and build orchestration used by every Kubb plugin.",

@@ -58,3 +58,3 @@ "keywords": [

"dependencies": {
"@kubb/ast": "5.0.0-beta.82"
"@kubb/ast": "5.0.0-beta.84"
},

@@ -61,0 +61,0 @@ "devDependencies": {

@@ -29,3 +29,3 @@ <div align="center">

> **Note:** Most users should install the [`kubb`](https://npmx.dev/package/kubb) meta-package instead of `@kubb/core` directly. Install `@kubb/core` only when building custom plugins or extending the Kubb internals.
> **Note:** `@kubb/core` is an internal library. Install the [`kubb`](https://npmx.dev/package/kubb) meta-package instead and author plugins, generators, resolvers, parsers, and adapters through its `kubb/kit` subpath, which re-exports the authoring surface of this package.

@@ -32,0 +32,0 @@ ## Installation

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display