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

@nextui-org/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
269
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.0.12 to 2.0.13

4

dist/index.d.ts
export { CreateContextOptions, CreateContextReturn, createContext } from './context.js';
export { ReactRef, assignRef, mergeRefs } from './refs.js';
export { ShapeType, getCSSStyleVal, getRealShape } from './dimensions.js';
export { ContextValue, UserAgentBrowser, UserAgentDeviceType, UserAgentOS, areRectsIntersecting, canUseDOM, createDOMRef, createFocusableRef, detectBrowser, detectDeviceType, detectOS, detectTouch, getUserAgentBrowser, getUserAgentOS, isBrowser, useDOMRef, useFocusableRef, useSyncRef } from './dom.js';
export { ShapeType, getCSSStyleVal, getRealShape } from './dimensions.js';
export * from '@nextui-org/react-rsc-utils';
export { DOMEventNames, DOMPropNames, filterDOMProps, getValidChildren, pickChildren, renderFn } from '@nextui-org/react-rsc-utils';
import 'react';
import '@react-types/shared';

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

};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(

@@ -32,2 +31,4 @@ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

__export(src_exports, {
DOMEventNames: () => import_react_rsc_utils.DOMEventNames,
DOMPropNames: () => import_react_rsc_utils.DOMPropNames,
areRectsIntersecting: () => areRectsIntersecting,

@@ -43,2 +44,3 @@ assignRef: () => assignRef,

detectTouch: () => detectTouch,
filterDOMProps: () => import_react_rsc_utils.filterDOMProps,
getCSSStyleVal: () => getCSSStyleVal,

@@ -48,4 +50,7 @@ getRealShape: () => getRealShape,

getUserAgentOS: () => getUserAgentOS,
getValidChildren: () => import_react_rsc_utils.getValidChildren,
isBrowser: () => isBrowser,
mergeRefs: () => mergeRefs,
pickChildren: () => import_react_rsc_utils.pickChildren,
renderFn: () => import_react_rsc_utils.renderFn,
useDOMRef: () => useDOMRef,

@@ -240,5 +245,7 @@ useFocusableRef: () => useFocusableRef,

// src/index.ts
__reExport(src_exports, require("@nextui-org/react-rsc-utils"), module.exports);
var import_react_rsc_utils = require("@nextui-org/react-rsc-utils");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
DOMEventNames,
DOMPropNames,
areRectsIntersecting,

@@ -254,2 +261,3 @@ assignRef,

detectTouch,
filterDOMProps,
getCSSStyleVal,

@@ -259,4 +267,7 @@ getRealShape,

getUserAgentOS,
getValidChildren,
isBrowser,
mergeRefs,
pickChildren,
renderFn,
useDOMRef,

@@ -263,0 +274,0 @@ useFocusableRef,

{
"name": "@nextui-org/react-utils",
"version": "2.0.12",
"version": "2.0.13",
"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