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

@hixme-ui/bullet-list

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/bullet-list - npm Package Compare versions

Comparing version

to
1.15.0

14

package.json
{
"name": "@hixme-ui/bullet-list",
"version": "1.14.5",
"version": "1.15.0",
"description": "hixme-ui BulletList component",

@@ -82,10 +82,12 @@ "publishConfig": {

"dependencies": {
"@hixme-ui/container": "^1.14.3",
"@hixme-ui/text": "^1.14.5",
"@hixme-ui/theme": "^1.14.3",
"@hixme-ui/container": "^1.15.0",
"@hixme-ui/text": "^1.15.0",
"@hixme-ui/theme": "^1.15.0",
"@hixme-ui/theme-props": "^1.14.1",
"styled-components": "^2.3.3"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"styled-components": "^2.3.3"
"react": "~15 || ~16"
}
}