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.0.9-alpha.7 to 1.0.9-alpha.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.9-alpha.8](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.7...v1.0.9-alpha.8) (2022-01-05)
### Bug Fixes
* component and types ([9f9b953](https://github.com/wetix/responsive-ui/commit/9f9b95387fef610f35afa34ecfd096cbea8cc074))
## [1.0.9-alpha.7](https://github.com/wetix/responsive-ui/compare/v1.0.9-alpha.6...v1.0.9-alpha.7) (2022-01-05)

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

4

package.json
{
"name": "@responsive-ui/card",
"version": "1.0.9-alpha.7",
"version": "1.0.9-alpha.8",
"description": "A card component of responsive-ui.",

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

},
"gitHead": "45ef5357e3fbc1406e6837b67e7ee17873f1fa3c"
"gitHead": "df3f320b43d3f68975680dd5d9affdd38223e9c9"
}

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

declare class Card extends SvelteComponentTyped<
/**
* Responsive card component
*
* ### Example
* ```svelte
* <script>
* import Card from '@responsive-ui/card';
* </script>
*
* <Card>Hello world!</Card>
* ```
*/
export declare class CardComponent extends SvelteComponentTyped<
CardProps,

@@ -26,2 +38,2 @@ CardEvents,

export default Card;
export default CardComponent;
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