Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@responsive-ui/card

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/card - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

19

package.json
{
"name": "@responsive-ui/card",
"version": "0.5.0",
"version": "0.5.1",
"description": "A card component of responsive-ui.",
"author": "Si3nLoong <sianloong90@gmail.com>",
"homepage": "https://github.com/wetix/responsive-ui#readme",
"author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)",
"homepage": "https://github.com/wetix/responsive-ui/blob/master/components/card#README.md",
"license": "MIT",

@@ -16,4 +16,13 @@ "main": "lib/index.cjs",

},
"keywords": [
"svelte",
"ui-component",
"responsive-ui",
"card",
"svelte-card"
],
"peerDependencies": {
"svelte": "^3.29.0"
"svelte": "^3.29.0",
"svelte-preprocess": "^4.5.0",
"typescript": "^4.0.0"
},

@@ -39,3 +48,3 @@ "directories": {

},
"gitHead": "e740bd4aded5d1d82f70f790742b463b46be5297"
"gitHead": "51581b929651667bc2acafd8879394ac7a10fa40"
}

@@ -5,2 +5,11 @@ # @responsive-ui/card

<p>
[![npm](https://img.shields.io/npm/v/@responsive-ui/card.svg)](https://www.npmjs.com/package/@responsive-ui/card)
[![download](https://img.shields.io/npm/dw/@responsive-ui/card.svg)](https://www.npmjs.com/package/@responsive-ui/card)
[![Bundle Size](https://badgen.net/bundlephobia/minzip/%40responsive-ui%2Fcard)](https://bundlephobia.com/result?p=@responsive-ui/card)
[![LICENCE](https://img.shields.io/github/license/wetix/responsive-ui)](https://github.com/wetix/responsive-ui/blob/master/LICENSE)
</p>
## Install

@@ -18,4 +27,2 @@

<br/>
## Look and Feel

@@ -26,4 +33,2 @@

<br/>
## Properties, Events & Slots

@@ -38,4 +43,2 @@

<br/>
## Example

@@ -55,4 +58,2 @@

<br/>
## Sponsors

@@ -59,0 +60,0 @@

import type { SvelteComponentTyped } from "svelte/internal";
export interface CardProps {
class?: string;
compact?: boolean;
class?: string;
}

@@ -7,0 +7,0 @@

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