@heroui/shared-utils
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "@heroui/shared-utils", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A set of HeroUI utilities", | ||
@@ -8,3 +8,3 @@ "keywords": [ | ||
], | ||
"author": "Junior Garcia <jrgarciadev@gmail.com>", | ||
"author": "HeroUI <support@heroui.com>", | ||
"homepage": "https://heroui.com", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"scripts" | ||
], | ||
@@ -36,2 +37,7 @@ "publishConfig": { | ||
"esm" | ||
], | ||
"splitting": false, | ||
"entry": [ | ||
"src/demi/react18", | ||
"src/demi/react19" | ||
] | ||
@@ -50,2 +56,3 @@ }, | ||
"scripts": { | ||
"postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"", | ||
"build": "tsup src --dts", | ||
@@ -55,4 +62,5 @@ "dev": "pnpm build:fast --watch", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src" | ||
"build:fast": "tsup src", | ||
"postbuild": "npm run postinstall" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# @heroui/system | ||
# @heroui/shared-utils | ||
@@ -10,5 +10,5 @@ A Quick description of the component | ||
```sh | ||
yarn add @heroui/system | ||
yarn add @heroui/shared-utils | ||
# or | ||
npm i @heroui/system | ||
npm i @heroui/shared-utils | ||
``` | ||
@@ -19,8 +19,18 @@ | ||
Yes please! See the | ||
[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md) | ||
[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md) | ||
for details. | ||
## File structure | ||
``` | ||
src/ | ||
├── common/ # Common utilities for all React versions | ||
└── demi/ # Demi utilities for different React versions | ||
├── react18/ | ||
└── react19/ | ||
``` | ||
## License | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE). | ||
[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
35
125837
40
4614
1
1