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

@codedrop/card

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/card - npm Package Compare versions

Comparing version

to
0.1.16

2

esm/card.js

@@ -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 = {

17

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