@chakra-ui/portal
Advanced tools
Comparing version 0.0.0-dev-2022120123118 to 0.0.0-dev-20221206145442
{ | ||
"name": "@chakra-ui/portal", | ||
"version": "0.0.0-dev-2022120123118", | ||
"version": "0.0.0-dev-20221206145442", | ||
"description": "React component used to render children outside the DOM hierarchy of the parent component", | ||
@@ -17,8 +17,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/chakra-ui-portal.cjs.js", | ||
"module": "dist/chakra-ui-portal.esm.js", | ||
"types": "dist/chakra-ui-portal.cjs.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist" | ||
], | ||
@@ -31,3 +28,3 @@ "publishConfig": { | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/portal" | ||
"directory": "packages/components/portal" | ||
}, | ||
@@ -38,16 +35,35 @@ "bugs": { | ||
"dependencies": { | ||
"@chakra-ui/hooks": "0.0.0-dev-2022120123118", | ||
"@chakra-ui/react-utils": "0.0.0-dev-2022120123118", | ||
"@chakra-ui/utils": "0.0.0-dev-2022120123118" | ||
"@chakra-ui/react-use-safe-layout-effect": "2.0.3", | ||
"@chakra-ui/react-context": "2.0.5" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "13.3.0", | ||
"@types/react-frame-component": "^4.1.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.2", | ||
"react-frame-component": "^4.1.3" | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-frame-component": "^4.1.3", | ||
"clean-package": "2.1.1", | ||
"@chakra-ui/button": "2.0.13" | ||
}, | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "JSX=1 tsup src/index.ts --dts", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "JSX=1 tsup src/index.ts" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
4
0
15392
7
6
326
1
+ Added@chakra-ui/react-context@2.0.5(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@2.0.3(transitive)
- Removed@chakra-ui/hooks@0.0.0-dev-2022120123118(transitive)
- Removed@chakra-ui/react-utils@0.0.0-dev-2022120123118(transitive)
- Removed@chakra-ui/utils@0.0.0-dev-2022120123118(transitive)
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash.mergewith@4.6.6(transitive)
- Removedcompute-scroll-into-view@1.0.14(transitive)
- Removedcopy-to-clipboard@3.3.1(transitive)
- Removedcss-box-model@1.2.1(transitive)
- Removedframesync@5.3.0(transitive)
- Removedlodash.mergewith@4.6.2(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedtoggle-selection@1.0.6(transitive)
- Removedtslib@2.8.1(transitive)