Socket
Socket
Sign inDemoInstall

@chakra-ui/portal

Package Overview
Dependencies
7
Maintainers
3
Versions
320
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.9 to 2.0.10

2

dist/index.cjs.js

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

// ../../react-shim.js
// ../../../react-shim.js
var import_react = __toESM(require("react"));

@@ -35,0 +35,0 @@

@@ -1,2 +0,2 @@

// ../../react-shim.js
// ../../../react-shim.js
import React from "react";

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

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

@@ -18,4 +18,2 @@ "keywords": [

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [

@@ -30,3 +28,3 @@ "dist"

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/portal"
"directory": "packages/components/portal"
},

@@ -37,4 +35,4 @@ "bugs": {

"dependencies": {
"@chakra-ui/react-use-safe-layout-effect": "2.0.1",
"@chakra-ui/react-context": "2.0.3"
"@chakra-ui/react-use-safe-layout-effect": "2.0.2",
"@chakra-ui/react-context": "2.0.4"
},

@@ -46,3 +44,3 @@ "peerDependencies": {

"devDependencies": {
"@chakra-ui/button": "2.0.9",
"@chakra-ui/button": "2.0.11",
"@testing-library/react": "13.3.0",

@@ -52,7 +50,17 @@ "@types/react-frame-component": "^4.1.1",

"react-dom": "^18.0.0",
"react-frame-component": "^4.1.3"
"react-frame-component": "^4.1.3",
"clean-package": "2.1.1"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "JSX=1 tsup src/index.ts --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -59,0 +67,0 @@ "typecheck": "tsc --noEmit",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc