Socket
Socket
Sign inDemoInstall

@3mo/checkbox

Package Overview
Dependencies
22
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

dist/Checkbox.d.ts

@@ -27,4 +27,4 @@ import { Component } from '@a11d/lit';

static get styles(): import("@a11d/lit").CSSResult;
protected get template(): import("lit-html").TemplateResult<1>;
protected get checkboxTemplate(): import("lit-html").TemplateResult<1>;
protected get template(): import("lit-html").HTMLTemplateResult;
protected get checkboxTemplate(): import("lit-html").HTMLTemplateResult;
protected handleChange(event: Event): void;

@@ -31,0 +31,0 @@ }

{
"name": "@3mo/checkbox",
"version": "0.1.1",
"description": "A checkbox web-component based on Material Web Components (MWC).",
"version": "0.1.2",
"description": "A checkbox web-component based on Material Web Components.",
"repository": {

@@ -29,3 +29,6 @@ "type": "git",

"@material/web": "x"
},
"devDependencies": {
"@a11d/lit-testing": "x"
}
}
# Checkbox
A checkbox web-component based on Material Web Components (MWC).
A checkbox web-component based on Material Web Components.

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