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 3.0.0-beta.0 to 3.0.0-beta.1

2

lib/types/Portal.d.ts

@@ -7,3 +7,3 @@ import React from 'react';

}
export declare type PortalProps = {
export type PortalProps = {
/** Disables children rendering in React portal */

@@ -10,0 +10,0 @@ disablePortal?: boolean;

{
"name": "@semcore/portal",
"description": "Semrush Portal Component",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"main": "lib/cjs/index.js",

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

"dependencies": {
"@semcore/utils": "4.0.0-beta.0"
"@semcore/utils": "4.0.0-beta.1"
},
"peerDependencies": {
"@semcore/core": "2.0.0-beta.0",
"@semcore/core": "2.0.0-beta.1",
"react": "16.8 - 18",

@@ -26,4 +26,5 @@ "react-dom": "16.8 - 18"

"devDependencies": {
"@semcore/testing-utils": "1.0.0",
"@types/react": "18.0.21",
"@semcore/testing-utils": "1.0.0"
"@types/react-dom": "18.0.6"
},

@@ -30,0 +31,0 @@ "scripts": {

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