@chakra-ui/react-env
Advanced tools
Comparing version 0.0.0-dev-202268165050 to 0.0.0-dev-20230111211417
{ | ||
"name": "@chakra-ui/react-env", | ||
"version": "0.0.0-dev-202268165050", | ||
"version": "0.0.0-dev-20230111211417", | ||
"description": "Component and hook for handling window and document object in iframe or ssr environment", | ||
@@ -16,5 +16,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/chakra-ui-react-env.cjs.js", | ||
"module": "dist/chakra-ui-react-env.esm.js", | ||
"types": "dist/chakra-ui-react-env.cjs.d.ts", | ||
"main": "dist/index.js", | ||
"sideEffects": false, | ||
@@ -30,3 +28,3 @@ "files": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/env" | ||
"directory": "packages/components/env" | ||
}, | ||
@@ -36,5 +34,2 @@ "bugs": { | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/utils": "0.0.0-dev-202268165050" | ||
}, | ||
"peerDependencies": { | ||
@@ -44,4 +39,34 @@ "react": ">=18" | ||
"devDependencies": { | ||
"react": "^18.0.0" | ||
"@types/react-frame-component": "^4.1.1", | ||
"react": "^18.0.0", | ||
"react-frame-component": "^5.2.3", | ||
"clean-package": "2.1.1" | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "tsup src --dts", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src", | ||
"typedocs": "tsx ../../../scripts/generate-type-docs.ts" | ||
} | ||
} | ||
} |
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
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
21611
1
18
749
0
4
1
- Removed@chakra-ui/utils@0.0.0-dev-202268165050(transitive)
- Removed@types/lodash@4.17.15(transitive)
- Removed@types/lodash.mergewith@4.6.6(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)
- Removedtslib@2.8.1(transitive)