Socket
Socket
Sign inDemoInstall

@semcore/portal

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/portal - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.4.5] - 2022-11-30
### Fixed
- Fixed showing types in autocomplete IDE.
## [2.4.4] - 2022-11-30

@@ -7,0 +13,0 @@

4

lib/types/Portal.d.ts

@@ -9,5 +9,3 @@ import React from 'react';

export { PortalProvider };
declare const _default: import("@semcore/core").ComponentType<IPortalProps, {}, {}, {
[key: string]: (arg: unknown) => void;
}, null>;
declare const _default: <T>(props: IPortalProps & T) => React.ReactElement;
export default _default;
{
"name": "@semcore/portal",
"description": "Semrush Portal Component",
"version": "2.4.4",
"version": "2.4.5",
"main": "lib/cjs/index.js",

@@ -6,0 +6,0 @@ "module": "lib/es6/index.js",

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