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

@nextui-org/system-rsc

Package Overview
Dependencies
Maintainers
0
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 0.0.0-canary-20240527135738 to 0.0.0-canary-20240622134143

dist/chunk-3COKZZXR.mjs

8

dist/extend-variants.js

@@ -80,2 +80,3 @@ "use strict";

var _a, _b, _c;
const keys = [];
if (defaultVariants && typeof defaultVariants === "object") {

@@ -86,3 +87,3 @@ for (const key in defaultVariants) {

if (propValue && propValue !== value) {
delete defaultVariants[key];
keys.push(key);
}

@@ -94,3 +95,6 @@ }

variants,
defaultVariants,
defaultVariants: Object.keys(defaultVariants).filter((k) => !keys.includes(k)).reduce((o, k) => {
o[k] = defaultVariants[k];
return o;
}, []),
compoundVariants,

@@ -97,0 +101,0 @@ ...hasSlots && { slots }

@@ -120,2 +120,3 @@ "use strict";

var _a, _b, _c;
const keys = [];
if (defaultVariants && typeof defaultVariants === "object") {

@@ -126,3 +127,3 @@ for (const key in defaultVariants) {

if (propValue && propValue !== value) {
delete defaultVariants[key];
keys.push(key);
}

@@ -134,3 +135,6 @@ }

variants,
defaultVariants,
defaultVariants: Object.keys(defaultVariants).filter((k) => !keys.includes(k)).reduce((o, k) => {
o[k] = defaultVariants[k];
return o;
}, []),
compoundVariants,

@@ -137,0 +141,0 @@ ...hasSlots && { slots }

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

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

"react": ">=18",
"@nextui-org/theme": "0.0.0-canary-20240527135738"
"@nextui-org/theme": ">=2.1.0"
},

@@ -32,0 +32,0 @@ "dependencies": {

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