Socket
Socket
Sign inDemoInstall

@nextui-org/system-rsc

Package Overview
Dependencies
Maintainers
1
Versions
154
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 2.0.5 to 2.0.6

dist/chunk-GGYZ6W4I.mjs

2

dist/extend-variants.js

@@ -182,3 +182,3 @@ "use strict";

const [baseProps, variantProps] = mapPropsVariants(originalProps, customTv.variantKeys, false);
const newProps = { ...baseProps, ...defaultVariants, ref };
const newProps = { ...defaultVariants, ...baseProps, ref };
let classNames = {};

@@ -185,0 +185,0 @@ const result = React.useMemo(() => customTv(variantProps), [...Object.values(variantProps)]);

@@ -220,3 +220,3 @@ "use strict";

const [baseProps, variantProps] = mapPropsVariants(originalProps, customTv.variantKeys, false);
const newProps = { ...baseProps, ...defaultVariants, ref };
const newProps = { ...defaultVariants, ...baseProps, ref };
let classNames = {};

@@ -223,0 +223,0 @@ const result = React.useMemo(() => customTv(variantProps), [...Object.values(variantProps)]);

{
"name": "@nextui-org/system-rsc",
"version": "2.0.5",
"version": "2.0.6",
"description": "NextUI system primitives compatibles with RSC imports",

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

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