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

@highlight-ui/utils-portal-manager

Package Overview
Dependencies
Maintainers
9
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/utils-portal-manager - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

7

dist/cjs/src/GroupedPortal.d.ts

@@ -1,4 +0,5 @@

import { PropsWithChildren } from 'react';
export declare type GroupedPortalProps = PropsWithChildren<Record<string, unknown>>;
declare const GroupedPortal: ({ children }: GroupedPortalProps) => JSX.Element;
import { ReactNode } from 'react';
declare const GroupedPortal: ({ children }: {
children: ReactNode;
}) => JSX.Element;
export default GroupedPortal;

@@ -1,4 +0,5 @@

import { PropsWithChildren } from 'react';
export declare type GroupedPortalProps = PropsWithChildren<Record<string, unknown>>;
declare const GroupedPortal: ({ children }: GroupedPortalProps) => JSX.Element;
import { ReactNode } from 'react';
declare const GroupedPortal: ({ children }: {
children: ReactNode;
}) => JSX.Element;
export default GroupedPortal;
{
"name": "@highlight-ui/utils-portal-manager",
"version": "3.1.5",
"version": "3.1.6",
"author": "Personio GmbH & Co. KG",

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

"@testing-library/user-event": "^13.2.1",
"@types/lodash.times": "4.3.7",
"@types/react-portal": "^4.0.2",
"@types/react-portal": "4.0.4",
"jest": "^27.2.3",

@@ -43,6 +42,5 @@ "react": "^17.0.2",

"dependencies": {
"lodash.times": "4.3.2",
"react-portal": "^4.2.1"
"react-portal": "4.2.2"
},
"gitHead": "b111db10d6371d5185fe4a97bf9320dd4e498f15"
"gitHead": "e9e0c85f77f561f26cfaaf31f5e10709562b0ea9"
}

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