New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nextui-org/system-rsc

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/system-rsc - npm Package Compare versions

Comparing version 0.0.0-canary-20241208124331 to 0.0.0-canary-20241211044125

10

dist/extend-variants.d.d.ts
import { StringToBoolean, ClassProp, ClassValue, OmitUndefined } from 'tailwind-variants';
import { JSXElementConstructor, ForwardRefRenderFunction, ReactElement } from 'react';
import { JSXElementConstructor, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes, ReactElement } from 'react';

@@ -93,9 +93,9 @@ type SlotsClassValue<S> = {

opts?: Options,
): ForwardRefRenderFunction<
ReactElement,
{
): ForwardRefExoticComponent<
PropsWithoutRef<{
[key in keyof CP | keyof V]?:
| (key extends keyof CP ? CP[key] : never)
| (key extends keyof V ? StringToBoolean<keyof V[key]> : never);
}
}> &
RefAttributes<ReactElement>
>;

@@ -102,0 +102,0 @@ };

import { StringToBoolean, ClassProp, ClassValue, OmitUndefined } from 'tailwind-variants';
import { JSXElementConstructor, ForwardRefRenderFunction, ReactElement } from 'react';
import { JSXElementConstructor, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes, ReactElement } from 'react';

@@ -93,9 +93,9 @@ type SlotsClassValue<S> = {

opts?: Options,
): ForwardRefRenderFunction<
ReactElement,
{
): ForwardRefExoticComponent<
PropsWithoutRef<{
[key in keyof CP | keyof V]?:
| (key extends keyof CP ? CP[key] : never)
| (key extends keyof V ? StringToBoolean<keyof V[key]> : never);
}
}> &
RefAttributes<ReactElement>
>;

@@ -102,0 +102,0 @@ };

{
"name": "@nextui-org/system-rsc",
"version": "0.0.0-canary-20241208124331",
"version": "0.0.0-canary-20241211044125",
"description": "NextUI system primitives compatibles with RSC imports",

@@ -5,0 +5,0 @@ "keywords": [

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