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 1.1.0-alpha.1 to 1.1.0-alpha.2

CHANGELOG.md

2

lib/cjs/index.js

@@ -416,3 +416,3 @@ 'use strict';

/* components/card/src/Card.svelte generated by Svelte v3.45.0 */
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */

@@ -419,0 +419,0 @@ function create_fragment(ctx) {

@@ -414,3 +414,3 @@ function noop() { }

/* components/card/src/Card.svelte generated by Svelte v3.45.0 */
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */

@@ -417,0 +417,0 @@ function create_fragment(ctx) {

@@ -417,3 +417,3 @@ var Card = (function () {

/* components/card/src/Card.svelte generated by Svelte v3.45.0 */
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */

@@ -420,0 +420,0 @@ function create_fragment(ctx) {

{
"name": "@responsive-ui/card",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "A card component of responsive-ui.",

@@ -26,3 +26,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)",

"peerDependencies": {
"svelte": "^3.27.0",
"svelte": "^3.46.2",
"svelte-preprocess": "^4.5.0",

@@ -51,3 +51,3 @@ "typescript": "^4.0.0"

},
"gitHead": "e1b9f4e23f2b8fffe0c7b89be95d76bd1fcc2660"
"gitHead": "a20a3a3e8b31955e207e08fde4dd261dee1e7673"
}

@@ -16,3 +16,3 @@ import type { SvelteComponentTyped } from "svelte/internal";

export interface CardSlots {
default: {};
default: Record<string, unknown>;
}

@@ -19,0 +19,0 @@

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