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

@highlight-ui/utils-commons

Package Overview
Dependencies
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/utils-commons - npm Package Compare versions

Comparing version 2.0.18 to 2.0.20

11

dist/cjs/src/forkHandlers.d.ts

@@ -1,9 +0,4 @@

import { SyntheticEvent, EventHandler } from 'react';
declare const forkHandlers: <
T extends EventHandler<SyntheticEvent> | undefined
>(
handlers: [T, T, ...T[]],
) => (e: SyntheticEvent) => void;
import { SyntheticEvent } from 'react';
declare type Handler<V> = ((e: V) => void) | undefined | null;
declare const forkHandlers: <T extends SyntheticEvent<Element, Event>>(handlers: [Handler<T>, Handler<T>, ...Handler<T>[]]) => (e: T) => void;
export default forkHandlers;

@@ -1,9 +0,4 @@

import { SyntheticEvent, EventHandler } from 'react';
declare const forkHandlers: <
T extends EventHandler<SyntheticEvent> | undefined
>(
handlers: [T, T, ...T[]],
) => (e: SyntheticEvent) => void;
import { SyntheticEvent } from 'react';
declare type Handler<V> = ((e: V) => void) | undefined | null;
declare const forkHandlers: <T extends SyntheticEvent<Element, Event>>(handlers: [Handler<T>, Handler<T>, ...Handler<T>[]]) => (e: T) => void;
export default forkHandlers;
{
"name": "@highlight-ui/utils-commons",
"version": "2.0.18",
"version": "2.0.20",
"author": "Personio GmbH & Co. KG",

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

"clean": "rimraf dist node_modules .jest-cache junit.xml",
"build": "sh ./build/run.sh"
"build": "highlight-build"
},

@@ -40,3 +40,3 @@ "publishConfig": {

},
"gitHead": "0df23a84d538f2df9716b9d6eb4ac920619788cf"
"gitHead": "90895a19c85d0eb2fca3f307457a27963b0f72c8"
}

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