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
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 0.0.0-dev-v2-20230719131057 to 0.0.0-dev-v2-20230723192723

2

dist/refs.d.ts
import * as React from 'react';
type ReactRef<T> = React.RefObject<T> | React.MutableRefObject<T> | React.Ref<T>;
type ReactRef<T> = React.Ref<T> | React.RefObject<T> | React.MutableRefObject<T>;
/**

@@ -5,0 +5,0 @@ * Assigns a value to a ref function or object

{
"name": "@nextui-org/react-utils",
"version": "0.0.0-dev-v2-20230719131057",
"version": "0.0.0-dev-v2-20230723192723",
"description": "A set of utilities for react on client side",

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

"dependencies": {
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230719131057"
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230723192723"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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