@codedrop/card
Advanced tools
Comparing version
@@ -6,3 +6,2 @@ import React from 'react'; | ||
import Tag from '@codedrop/tag/esm/tag'; | ||
const Card = ({ | ||
@@ -34,3 +33,2 @@ cardClass, | ||
}, cardLinkText)) : ''); | ||
Card.displayName = 'Card'; | ||
@@ -37,0 +35,0 @@ Card.propTypes = { |
{ | ||
"name": "@codedrop/card", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "card component", | ||
@@ -24,11 +24,16 @@ "repository": { | ||
"dependencies": { | ||
"@codedrop/constants": "^0.1.4", | ||
"@codedrop/tag": "^0.0.6", | ||
"@codedrop/typography": "^0.1.13" | ||
"@codedrop/constants": "^0.1.5", | ||
"@codedrop/tag": "^0.0.7", | ||
"@codedrop/typography": "^0.1.14" | ||
}, | ||
"browserslist": "last 2 versions, > 0.25%, firefox esr, ie 11, not dead", | ||
"browserslist": [ | ||
"last 4 chrome versions", | ||
"last 4 firefox versions", | ||
"safari > 14", | ||
"ios_saf > 12" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "1112ee2781e528545dff000372d4d329ba63e539" | ||
"gitHead": "91926aa04fa6d5479709641a68fffd5ad09c4b57" | ||
} |
@@ -14,3 +14,3 @@ import React from 'react'; | ||
cardTagClass, | ||
cardTagText | ||
cardTagText, | ||
}) => ( | ||
@@ -17,0 +17,0 @@ <div className={`card ${cardClass}`}> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9084
0.38%1
Infinity%+ Added
- Removed
Updated
Updated
Updated