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

@jamsr-ui/utils

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/utils - npm Package Compare versions

Comparing version 0.0.64 to 0.0.65

2

dist/dom.d.ts
import * as React$1 from 'react';
declare const useDOMRef: <T extends HTMLElement = HTMLElement>(ref?: React.Ref<T | null>) => React$1.RefObject<T>;
declare const useDOMRef: <T extends HTMLElement = HTMLElement>(ref?: React.Ref<T | null>) => React$1.RefObject<T | null>;
export { useDOMRef };
{
"name": "@jamsr-ui/utils",
"version": "0.0.64",
"version": "0.0.65",
"description": "A modern and beautiful Next.js UI components library.",

@@ -36,4 +36,4 @@ "sideEffects": false,

"framer-motion": "12.0.0-alpha.2",
"react": "19.0.0-rc-603e6108-20241029",
"react-dom": "19.0.0-rc-603e6108-20241029"
"react": "19.0.0",
"react-dom": "19.0.0"
},

@@ -40,0 +40,0 @@ "exports": {

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