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

@react-md/portal

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/portal - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [5.1.0](https://github.com/mlaursen/react-md/compare/v5.0.0...v5.1.0) (2022-03-18)
### Other Internal Changes
* run lint-scripts --fix for consistent-type-imports ([42d839d](https://github.com/mlaursen/react-md/commit/42d839d359922e0a8ee3775a75162b9755a2c2b6))
# [5.0.0](https://github.com/mlaursen/react-md/compare/v4.0.3...v5.0.0) (2022-01-31)

@@ -8,0 +20,0 @@

4

es/ConditionalPortal.js

@@ -22,6 +22,6 @@ var __assign = (this && this.__assign) || function () {

if (!portal && !portalInto && !portalIntoId) {
return _jsx(_Fragment, { children: children }, void 0);
return _jsx(_Fragment, { children: children });
}
return (_jsx(Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }), void 0));
return (_jsx(Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children })));
}
//# sourceMappingURL=ConditionalPortal.js.map

@@ -25,7 +25,7 @@ "use strict";

if (!portal && !portalInto && !portalIntoId) {
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }, void 0);
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children });
}
return ((0, jsx_runtime_1.jsx)(Portal_1.Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }), void 0));
return ((0, jsx_runtime_1.jsx)(Portal_1.Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children })));
}
exports.ConditionalPortal = ConditionalPortal;
//# sourceMappingURL=ConditionalPortal.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -1,3 +0,3 @@

import { ReactElement, ReactNode } from "react";
import { PortalInto } from "./getContainer";
import type { ReactElement, ReactNode } from "react";
import type { PortalInto } from "./getContainer";
export interface PortalProps {

@@ -4,0 +4,0 @@ /**

{
"name": "@react-md/portal",
"version": "5.0.0",
"version": "5.1.0",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",

@@ -51,3 +51,3 @@ "main": "./lib/index.js",

},
"gitHead": "a67e871627db20ca8ee4b672f6e99f2f7f438c96"
"gitHead": "d2446029706ae96aada0131f93ed7c1adcc14d70"
}

@@ -1,3 +0,3 @@

import { ReactElement, ReactNode } from "react";
import { PortalInto } from "./getContainer";
import type { ReactElement, ReactNode } from "react";
import type { PortalInto } from "./getContainer";
export interface PortalProps {

@@ -4,0 +4,0 @@ /**

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

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