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

@material/mwc-ripple

Package Overview
Dependencies
Maintainers
13
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-ripple - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

mwc-ripple.js

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

import { LitElement, html, property, customElement } from '@polymer/lit-element';
import { classMap } from 'lit-html/directives/classMap';
import { ripple } from './ripple-directive';
import { style } from './mwc-ripple-css';
import { classMap } from 'lit-html/directives/classMap.js';
import { ripple } from './ripple-directive.js';
import { style } from './mwc-ripple-css.js';
let Ripple = class Ripple extends LitElement {

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

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

@@ -16,5 +16,6 @@ "main": "mwc-ripple.js",

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

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

@@ -18,3 +18,3 @@ /**

import { PropertyPart } from 'lit-html';
import { Adapter, Foundation } from '@material/mwc-base/base-element';
import { Adapter, Foundation } from '@material/mwc-base/base-element.js';
export interface RippleOptions {

@@ -21,0 +21,0 @@ interactionNode?: HTMLElement;

@@ -18,5 +18,5 @@ /**

import { directive, noChange, NodePart, templateFactory } from 'lit-html';
import MDCRippleFoundation from '@material/ripple/foundation';
import { style } from './mwc-ripple-global-css';
import * as util from '@material/ripple/util';
import MDCRippleFoundation from '@material/ripple/foundation.js';
import { style } from './mwc-ripple-global-css.js';
import * as util from '@material/ripple/util.js';
const MATCHES = util.getMatchesProperty(HTMLElement.prototype);

@@ -31,3 +31,3 @@ const supportsCssVariables = util.supportsCssVariables(window);

didApplyRippleStyle = true;
const part = new NodePart(templateFactory);
const part = new NodePart({ templateFactory });
part.appendInto(document.head);

@@ -34,0 +34,0 @@ part.setValue(style);

@@ -18,5 +18,5 @@ /**

import {LitElement, html, property, customElement} from '@polymer/lit-element';
import {classMap} from 'lit-html/directives/classMap';
import {ripple, RippleOptions} from './ripple-directive';
import {style} from './mwc-ripple-css';
import {classMap} from 'lit-html/directives/classMap.js';
import {ripple, RippleOptions} from './ripple-directive.js';
import {style} from './mwc-ripple-css.js';

@@ -23,0 +23,0 @@ @customElement('mwc-ripple' as any)

@@ -18,6 +18,6 @@ /**

import {directive, PropertyPart, noChange, NodePart, templateFactory} from 'lit-html';
import {Adapter, Foundation} from '@material/mwc-base/base-element';
import MDCRippleFoundation from '@material/ripple/foundation';
import {style} from './mwc-ripple-global-css';
import * as util from '@material/ripple/util';
import {Adapter, Foundation} from '@material/mwc-base/base-element.js';
import MDCRippleFoundation from '@material/ripple/foundation.js';
import {style} from './mwc-ripple-global-css.js';
import * as util from '@material/ripple/util.js';

@@ -59,3 +59,3 @@ const MATCHES = util.getMatchesProperty(HTMLElement.prototype);

didApplyRippleStyle = true;
const part = new NodePart(templateFactory);
const part = new NodePart({templateFactory});
part.appendInto(document.head!);

@@ -62,0 +62,0 @@ part.setValue(style);

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc