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

@sk-web-gui/button

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sk-web-gui/button - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

dist/types/icon-button.d.ts
import * as React from 'react';
import { ButtonProps } from './button';
declare type OmittedProps = 'leftIcon' | 'rightIcon' | 'loadingText';
type OmittedProps = 'leftIcon' | 'rightIcon' | 'loadingText';
interface IIconButtonProps extends Omit<ButtonProps, OmittedProps> {

@@ -5,0 +5,0 @@ /**

{
"name": "@sk-web-gui/button",
"version": "0.1.10",
"version": "0.1.11",
"sideEffects": false,

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {
"@sk-web-gui/spinner": "0.1.9",
"@sk-web-gui/theme": "0.1.9",
"@sk-web-gui/spinner": "0.1.10",
"@sk-web-gui/theme": "0.1.10",
"@sk-web-gui/utils": "0.1.4"

@@ -48,3 +48,3 @@ },

},
"gitHead": "dd3650fce0b8d23030cd3dabac563651e5cf3545"
"gitHead": "bf3806107dcb55bb01ff90098828c57dcc5a8f43"
}
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