Socket
Socket
Sign inDemoInstall

@material/mwc-checkbox

Package Overview
Dependencies
Maintainers
13
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-checkbox - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

mwc-checkbox.d.ts

@@ -17,3 +17,3 @@ /**

*/
import { FormElement, Foundation, Adapter, HTMLElementWithRipple } from '@material/mwc-base/form-element';
import { FormElement, Foundation, Adapter, HTMLElementWithRipple } from '@material/mwc-base/form-element.js';
declare global {

@@ -20,0 +20,0 @@ interface HTMLElementTagNameMap {

@@ -23,6 +23,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

*/
import { html, FormElement, customElement, property, query } from '@material/mwc-base/form-element';
import { style } from './mwc-checkbox-css';
import { ripple } from '@material/mwc-ripple/ripple-directive';
import MDCCheckboxFoundation from '@material/checkbox/foundation';
import { html, FormElement, customElement, property, query } from '@material/mwc-base/form-element.js';
import { style } from './mwc-checkbox-css.js';
import { ripple } from '@material/mwc-ripple/ripple-directive.js';
import MDCCheckboxFoundation from '@material/checkbox/foundation.js';
let Checkbox = class Checkbox extends FormElement {

@@ -29,0 +29,0 @@ constructor() {

{
"name": "@material/mwc-checkbox",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

@@ -17,5 +17,5 @@ "main": "mwc-checkbox.js",

"@material/checkbox": "^0.40.0",
"@material/mwc-base": "^0.3.0",
"@material/mwc-ripple": "^0.3.0",
"@polymer/lit-element": "^0.6.1"
"@material/mwc-base": "^0.3.1",
"@material/mwc-ripple": "^0.3.1",
"@polymer/lit-element": "^0.6.2"
},

@@ -22,0 +22,0 @@ "publishConfig": {

@@ -17,6 +17,6 @@ /**

*/
import {html, FormElement, customElement, property, query, Foundation, Adapter, HTMLElementWithRipple} from '@material/mwc-base/form-element';
import {style} from './mwc-checkbox-css';
import {ripple} from '@material/mwc-ripple/ripple-directive';
import MDCCheckboxFoundation from '@material/checkbox/foundation';
import {html, FormElement, customElement, property, query, Foundation, Adapter, HTMLElementWithRipple} from '@material/mwc-base/form-element.js';
import {style} from './mwc-checkbox-css.js';
import {ripple} from '@material/mwc-ripple/ripple-directive.js';
import MDCCheckboxFoundation from '@material/checkbox/foundation.js';

@@ -23,0 +23,0 @@ declare global {

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