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

@kubb/react

Package Overview
Dependencies
Maintainers
1
Versions
402
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 1.15.0-canary.20231026T182357 to 1.15.0-canary.20231027T155007

5

dist/components.d.ts

@@ -52,8 +52,7 @@ import { KubbFile } from '@kubb/core';

/**
* TODO
* When root is set it will use getRelativePath(file.path, fileType.path) instead
* When root is set it will get the path with relative getRelativePath(root, path)
*/
root?: string;
};
declare function Import({ name, path, isTypeOnly, print: printImport }: Props$3): KubbNode;
declare function Import({ name, root, path, isTypeOnly, print: printImport }: Props$3): KubbNode;

@@ -60,0 +59,0 @@ type BasePropsWithBaseName = {

@@ -103,8 +103,7 @@ import { Logger } from '@kubb/core/utils';

/**
* TODO
* When root is set it will use getRelativePath(file.path, fileType.path) instead
* When root is set it will get the path with relative getRelativePath(root, path)
*/
root?: string;
};
declare function Import({ name, path, isTypeOnly, print: printImport }: Props$5): KubbNode;
declare function Import({ name, root, path, isTypeOnly, print: printImport }: Props$5): KubbNode;

@@ -111,0 +110,0 @@ type BasePropsWithBaseName = {

8

package.json
{
"name": "@kubb/react",
"version": "1.15.0-canary.20231026T182357",
"version": "1.15.0-canary.20231027T155007",
"description": "Generator react",

@@ -55,4 +55,4 @@ "keywords": [

"dependencies": {
"@kubb/core": "1.15.0-canary.20231026T182312",
"@kubb/parser": "1.15.0-canary.20231026T182143"
"@kubb/core": "1.15.0-canary.20231027T154933",
"@kubb/parser": "1.15.0-canary.20231027T154948"
},

@@ -67,3 +67,3 @@ "devDependencies": {

"@kubb/eslint-config": "1.1.8",
"@kubb/parser": "1.15.0-canary.20231026T182143",
"@kubb/parser": "1.15.0-canary.20231027T154948",
"@kubb/ts-config": "0.1.0",

@@ -70,0 +70,0 @@ "@kubb/tsup-config": "1.1.8"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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