Socket
Socket
Sign inDemoInstall

@3mo/button

Package Overview
Dependencies
29
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.6 to 0.4.7

1

dist/Button.d.ts

@@ -33,2 +33,3 @@ import { Component } from '@a11d/lit';

export declare class Button extends Component {
static shadowRootOptions: ShadowRootInit;
private static readonly tagByType;

@@ -35,0 +36,0 @@ type: ButtonType;

@@ -247,2 +247,3 @@ var Button_1;

};
Button.shadowRootOptions = Object.assign(Object.assign({}, Component.shadowRootOptions), { delegatesFocus: true });
Button.tagByType = new Map([

@@ -249,0 +250,0 @@ [ButtonType.Normal, literal `md-text-button`],

2

package.json
{
"name": "@3mo/button",
"version": "0.4.6",
"version": "0.4.7",
"description": "A button web-component based on Material Web Components.",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc