Socket
Socket
Sign inDemoInstall

@chakra-ui/portal

Package Overview
Dependencies
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/portal - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

13

CHANGELOG.md
# Change Log
## 1.2.6
### Patch Changes
- [`4c157e320`](https://github.com/chakra-ui/chakra-ui/commit/4c157e320a73b08eb89a44831a7cf434fb403bad)
[#4057](https://github.com/chakra-ui/chakra-ui/pull/4057) Thanks
[@mcha-dev](https://github.com/mcha-dev)! - updated @see doc links to point to
shorthand see PR #4046 comment
- Updated dependencies
[[`aa374ffcb`](https://github.com/chakra-ui/chakra-ui/commit/aa374ffcb4003efd88eb6a62e10723ea9fbfa3d0)]:
- @chakra-ui/hooks@1.5.3
## 1.2.5

@@ -4,0 +17,0 @@

2

dist/cjs/portal.js

@@ -132,3 +132,3 @@ "use strict";

*
* @see Docs https://chakra-ui.com/docs/components/portal
* @see Docs https://chakra-ui.com/portal
*/

@@ -135,0 +135,0 @@ function Portal(props) {

@@ -116,3 +116,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

*
* @see Docs https://chakra-ui.com/docs/components/portal
* @see Docs https://chakra-ui.com/portal
*/

@@ -119,0 +119,0 @@ export function Portal(props) {

@@ -27,3 +27,3 @@ import * as React from "react";

*
* @see Docs https://chakra-ui.com/docs/components/portal
* @see Docs https://chakra-ui.com/portal
*/

@@ -30,0 +30,0 @@ export declare function Portal(props: PortalProps): JSX.Element;

{
"name": "@chakra-ui/portal",
"version": "1.2.5",
"version": "1.2.6",
"description": "React component used to render children outside the DOM hierarchy of the parent component",

@@ -55,3 +55,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.5.2",
"@chakra-ui/hooks": "1.5.3",
"@chakra-ui/react-utils": "1.1.2",

@@ -58,0 +58,0 @@ "@chakra-ui/utils": "1.8.0"

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