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

@nextui-org/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/react-utils - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

dist/chunk-6UBKM7F3.mjs

1

dist/index.d.ts

@@ -6,3 +6,4 @@ export { CreateContextOptions, CreateContextReturn, createContext } from './context.js';

export { DOMEventNames, DOMPropNames, filterDOMProps, getValidChildren, pickChildren, renderFn } from '@nextui-org/react-rsc-utils';
export { useIsHydrated } from './use-is-hydrated.js';
import 'react';
import '@react-types/shared';

@@ -54,2 +54,3 @@ "use client";

useFocusableRef: () => useFocusableRef,
useIsHydrated: () => useIsHydrated,
useSyncRef: () => useSyncRef

@@ -243,2 +244,14 @@ });

var import_react_rsc_utils = require("@nextui-org/react-rsc-utils");
// src/use-is-hydrated.ts
var React2 = __toESM(require("react"));
function useIsHydrated() {
const subscribe = () => () => {
};
return React2.useSyncExternalStore(
subscribe,
() => true,
() => false
);
}
// Annotate the CommonJS export names for ESM import in node:

@@ -270,3 +283,4 @@ 0 && (module.exports = {

useFocusableRef,
useIsHydrated,
useSyncRef
});

2

package.json
{
"name": "@nextui-org/react-utils",
"version": "2.1.2",
"version": "2.1.3",
"description": "A set of utilities for react on client side",

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

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