New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heroui/shared-utils

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroui/shared-utils - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

dist/common/assertion.js

16

package.json
{
"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

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