New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@material/line-ripple

Package Overview
Dependencies
Maintainers
13
Versions
1663
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/line-ripple - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

18

dist/mdc.lineRipple.d.ts

@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3

declare module 'mdc-line-ripple' {
declare module '@material/line-ripple' {
/**

@@ -31,8 +31,8 @@ * @license

*/
export * from 'mdc-line-ripple/adapter';
export * from 'mdc-line-ripple/component';
export * from 'mdc-line-ripple/foundation';
export * from '@material/line-ripple/adapter';
export * from '@material/line-ripple/component';
export * from '@material/line-ripple/foundation';
}
declare module 'mdc-line-ripple/adapter' {
declare module '@material/line-ripple/adapter' {
/**

@@ -93,3 +93,3 @@ * @license

declare module 'mdc-line-ripple/component' {
declare module '@material/line-ripple/component' {
/**

@@ -118,3 +118,3 @@ * @license

import { MDCComponent } from '@material/base/component';
import { MDCLineRippleFoundation } from 'mdc-line-ripple/foundation';
import { MDCLineRippleFoundation } from '@material/line-ripple/foundation';
export type MDCLineRippleFactory = (el: Element, foundation?: MDCLineRippleFoundation) => MDCLineRipple;

@@ -140,3 +140,3 @@ export class MDCLineRipple extends MDCComponent<MDCLineRippleFoundation> {

declare module 'mdc-line-ripple/foundation' {
declare module '@material/line-ripple/foundation' {
/**

@@ -165,3 +165,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCLineRippleAdapter } from 'mdc-line-ripple/adapter';
import { MDCLineRippleAdapter } from '@material/line-ripple/adapter';
export class MDCLineRippleFoundation extends MDCFoundation<MDCLineRippleAdapter> {

@@ -168,0 +168,0 @@ static readonly cssClasses: {

{
"name": "@material/line-ripple",
"description": "The Material Components for the web line-ripple component",
"version": "1.0.0-0",
"version": "1.0.0-1",
"license": "MIT",

@@ -24,7 +24,7 @@ "keywords": [

"dependencies": {
"@material/animation": "^1.0.0-0",
"@material/base": "^1.0.0-0",
"@material/theme": "^1.0.0-0",
"@material/animation": "^1.0.0-1",
"@material/base": "^1.0.0-1",
"@material/theme": "^1.0.0-1",
"tslib": "^1.9.3"
}
}

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