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

@hixme-ui/card

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/card - npm Package Compare versions

Comparing version

to
1.15.0

10

package.json
{
"name": "@hixme-ui/card",
"version": "1.14.3",
"version": "1.15.0",
"description": "hixme-ui Card component",

@@ -42,3 +42,3 @@ "publishConfig": {

"devDependencies": {
"@hixme-ui/theme": "^1.14.3",
"@hixme-ui/theme": "^1.15.0",
"babel-cli": "^6.26.0",

@@ -84,6 +84,8 @@ "babel-core": "^6.26.0",

"dependencies": {
"@hixme-ui/container": "^1.14.3",
"@hixme-ui/container": "^1.15.0"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0"
"react": "~15 || ~16"
}
}