🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@kubb/react

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/react - npm Package Compare versions

Comparing version
4.2.2
to
4.3.0
+16
-0
dist/index.cjs

@@ -11,1 +11,17 @@ require('./globals-DyhYGuZA.cjs');

});
var __kubb_react_fabric_parsers = require("@kubb/react-fabric/parsers");
Object.keys(__kubb_react_fabric_parsers).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return __kubb_react_fabric_parsers[k]; }
});
});
var __kubb_react_fabric_plugins = require("@kubb/react-fabric/plugins");
Object.keys(__kubb_react_fabric_plugins).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return __kubb_react_fabric_plugins[k]; }
});
});
+3
-1
import "./types-BY5M3PS7.cjs";
import "./globals-C9SN7QI_.cjs";
export * from "@kubb/react-fabric";
export * from "@kubb/react-fabric";
export * from "@kubb/react-fabric/parsers";
export * from "@kubb/react-fabric/plugins";
import "./types-ULbwkOQm.js";
import "./globals-Cyv9c3lH.js";
export * from "@kubb/react-fabric";
export * from "@kubb/react-fabric";
export * from "@kubb/react-fabric/parsers";
export * from "@kubb/react-fabric/plugins";

@@ -5,2 +5,6 @@ import "./globals-CuV8tZO3.js";

export * from "@kubb/react-fabric/parsers"
export * from "@kubb/react-fabric/plugins"
export { };
{
"name": "@kubb/react",
"version": "4.2.2",
"version": "4.3.0",
"description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.",

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

"dependencies": {
"@kubb/react-fabric": "canary"
"@kubb/react-fabric": "0.1.5"
},

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

@@ -27,2 +27,4 @@ import '@kubb/react-fabric/globals'

'kubb-export': KubbFile.Export
// biome-ignore lint/suspicious/noTsIgnore: ignore for now
// @ts-ignore
br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>

@@ -29,0 +31,0 @@ }

import './globals.ts'
export * from '@kubb/react-fabric'
export * from '@kubb/react-fabric/parsers'
export * from '@kubb/react-fabric/plugins'