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

@entur/utils

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/utils - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2-beta.0

2

dist/mergeRefs.d.ts
/// <reference types="react" />
export declare const mergeRefs: <T extends HTMLElement>(...refs: (import("react").MutableRefObject<T> | import("react").ForwardedRef<T> | undefined)[]) => (node: T) => void;
export declare const mergeRefs: <T extends HTMLElement>(...refs: (import("react").MutableRefObject<T> | import("react").ForwardedRef<T> | ((node: T | null) => void) | undefined)[]) => (node: T) => void;
import React from 'react';
export declare const useOnClickOutside: (refs: React.RefObject<HTMLDivElement>[], handler: () => void) => void;
export declare const useOnClickOutside: (refs: React.RefObject<HTMLElement>[], handler: () => void) => void;
{
"name": "@entur/utils",
"version": "0.11.1",
"version": "0.11.2-beta.0",
"license": "EUPL-1.2",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

},
"gitHead": "4a9415af2b2c72292bbb4c6aeeb0f79b7dbdb0bd"
"gitHead": "bf6f8921dac8b869172f77ab6da76401e40bbc9b"
}

Sorry, the diff of this file is not supported yet

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