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

@rmwc/line-ripple

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/line-ripple - npm Package Compare versions

Comparing version 6.0.13 to 6.0.14

7

dist/foundation.d.ts

@@ -1,8 +0,7 @@

/// <reference types="react" />
/// <reference types="@emotion/core" />
import React from 'react';
import { MDCLineRippleFoundation } from '@material/line-ripple';
import { LineRippleProps } from '.';
export declare const useLineRippleFoundation: (props: LineRippleProps & import("react").HTMLProps<any>) => {
rootEl: import("@rmwc/base").FoundationElement<LineRippleProps & import("react").HTMLProps<any>, HTMLElement>;
export declare const useLineRippleFoundation: (props: LineRippleProps & React.HTMLProps<any>) => {
rootEl: import("@rmwc/base").FoundationElement<any, HTMLElement>;
foundation: MDCLineRippleFoundation;
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var react_1 = require("react");
var base_1 = require("@rmwc/base");
var line_ripple_1 = require("@material/line-ripple");
var react_1 = require("react");
exports.useLineRippleFoundation = function (props) {

@@ -8,0 +8,0 @@ var _a = base_1.useFoundation({

@@ -1,8 +0,7 @@

/// <reference types="react" />
/// <reference types="@emotion/core" />
import React from 'react';
import { MDCLineRippleFoundation } from '@material/line-ripple';
import { LineRippleProps } from '.';
export declare const useLineRippleFoundation: (props: LineRippleProps & import("react").HTMLProps<any>) => {
rootEl: import("@rmwc/base").FoundationElement<LineRippleProps & import("react").HTMLProps<any>, HTMLElement>;
export declare const useLineRippleFoundation: (props: LineRippleProps & React.HTMLProps<any>) => {
rootEl: import("@rmwc/base").FoundationElement<any, HTMLElement>;
foundation: MDCLineRippleFoundation;
};
import { __assign, __rest } from "tslib";
import { useEffect } from 'react';
import { useFoundation } from '@rmwc/base';
import { MDCLineRippleFoundation } from '@material/line-ripple';
import { useEffect } from 'react';
export var useLineRippleFoundation = function (props) {

@@ -6,0 +6,0 @@ var _a = useFoundation({

{
"name": "@rmwc/line-ripple",
"version": "6.0.13",
"version": "6.0.14",
"description": "RMWC LineRipple component",

@@ -40,6 +40,6 @@ "main": "dist/index.js",

"@material/line-ripple": "^5.1.0",
"@rmwc/base": "^6.0.13",
"@rmwc/base": "^6.0.14",
"@rmwc/types": "^6.0.5"
},
"gitHead": "0d3b30c73eb07958144efef0fb0759fa014a546a"
"gitHead": "4ee07fdccaec6eae22a6adf9c3232d809492bafd"
}
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