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

@assecosolutions/fox-icon-button

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon-button - npm Package Compare versions

Comparing version 1.5.13 to 1.5.14

index.esm.js

2

lib/FoxIconButton.css.d.ts

@@ -1,1 +0,1 @@

export declare const styles: import("lit-element").CSSResult;
export declare const styles: import("lit").CSSResult;

@@ -25,3 +25,3 @@ import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base';

*/
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -8,3 +8,3 @@ import './FoxIconButton';

export declare const Interactive: {
(args: any): import("lit-html").TemplateResult;
(args: any): import("lit-html").TemplateResult<1>;
args: {

@@ -16,3 +16,3 @@ icon: string;

};
export declare const Default: () => import("lit-html").TemplateResult;
export declare const Custom: () => import("lit-html").TemplateResult;
export declare const Default: () => import("lit-html").TemplateResult<1>;
export declare const Custom: () => import("lit-html").TemplateResult<1>;
{
"name": "@assecosolutions/fox-icon-button",
"version": "1.5.13",
"version": "1.5.14",
"public": true,

@@ -18,10 +18,10 @@ "lib": {

"license": "MIT",
"dependencies": {
"lit-element": "~2.4.0",
"lit-html": "^1.1.2",
"@material/mwc-icon-button": "^0.21.0"
},
"main": "./shared-ui-atoms-fox-icon-button.umd.js",
"module": "./shared-ui-atoms-fox-icon-button.esm.js",
"typings": "./index.d.ts"
"main": "./index.umd.js",
"module": "./index.esm.js",
"typings": "./index.d.ts",
"dependencies": {},
"peerDependencies": {
"lit": "^2.0.0",
"@material/mwc-icon-button": "^0.25.3"
}
}
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