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

@responsive-ui/button

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/button - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

19

package.json
{
"name": "@responsive-ui/button",
"version": "0.5.0",
"version": "0.5.1",
"description": "A button 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/button#README.md",
"license": "MIT",

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

},
"keywords": [
"svelte",
"ui-component",
"responsive-ui",
"button",
"svelte-button"
],
"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/button

<p>
[![npm](https://img.shields.io/npm/v/@responsive-ui/button.svg)](https://www.npmjs.com/package/@responsive-ui/button)
[![download](https://img.shields.io/npm/dw/@responsive-ui/button.svg)](https://www.npmjs.com/package/@responsive-ui/button)
[![Bundle Size](https://badgen.net/bundlephobia/minzip/%40responsive-ui%2Fbutton)](https://bundlephobia.com/result?p=@responsive-ui/button)
[![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

@@ -57,4 +62,2 @@

<br/>
## Example

@@ -76,4 +79,2 @@

<br/>
## Sponsors

@@ -80,0 +81,0 @@

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

export interface ButtonEvents {
click?: void;
click?: any;
}

@@ -18,0 +18,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