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

@m3cms/react

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@m3cms/react - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

./dist/index.js

@@ -580,2 +580,4 @@ "use strict";

}) => {
if (!items)
return children;
const orderedChildren = import_react6.default.Children.toArray(children).sort((a, b) => {

@@ -582,0 +584,0 @@ if (!import_react6.default.isValidElement(a) || a.type !== Slot)

4

dist/index.d.ts

@@ -100,5 +100,5 @@ import * as zustand from 'zustand';

active: boolean;
})[];
})[] | undefined;
}
declare const OrderableSlot: ({ children, items, }: PropsWithChildren<OrderableSlotProps>) => React.JSX.Element;
declare const OrderableSlot: ({ children, items, }: PropsWithChildren<OrderableSlotProps>) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;

@@ -105,0 +105,0 @@ type WithRequired<T, K extends keyof T> = T & {

@@ -580,2 +580,4 @@ "use strict";

}) => {
if (!items)
return children;
const orderedChildren = import_react6.default.Children.toArray(children).sort((a, b) => {

@@ -582,0 +584,0 @@ if (!import_react6.default.isValidElement(a) || a.type !== Slot)

{
"name": "@m3cms/react",
"version": "1.2.2",
"version": "1.2.3",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

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