Socket
Socket
Sign inDemoInstall

@watermarkinsights/ripple-react

Package Overview
Dependencies
18
Maintainers
4
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 4.4.0

0

dist/components.js

@@ -0,0 +0,0 @@ /* eslint-disable */

export * from "./stencil-generated/index";
export * from "./stencil-generated/index";
//# sourceMappingURL=index.js.map
export declare const object: {};
export * from './components';

@@ -0,0 +0,0 @@ import { defineCustomElements, applyPolyfills } from '@watermarkinsights/ripple/dist/loader';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () {

export { createReactComponent } from './createComponent';
export { createOverlayComponent } from './createOverlayComponent';
export { createReactComponent } from './createComponent';
export { createOverlayComponent } from './createOverlayComponent';
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ export interface EventEmitter<T = any> {

export interface ReactProps {
className?: string;
}

@@ -0,0 +0,0 @@ export declare function attachEventProps(node: HTMLElement, newProps: any, oldProps?: any): void;

@@ -0,0 +0,0 @@ export function attachEventProps(node, newProps, oldProps) {

@@ -0,0 +0,0 @@ export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void;

@@ -0,0 +0,0 @@ import { camelToDashCase } from './case';

export declare const dashToPascalCase: (str: string) => string;
export declare const camelToDashCase: (str: string) => string;

@@ -0,0 +0,0 @@ export var dashToPascalCase = function (str) {

export declare const isDevMode: () => boolean;
export declare const deprecationWarning: (key: string, message: string) => void;

@@ -0,0 +0,0 @@ export var isDevMode = function () {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () {

4

package.json
{
"name": "@watermarkinsights/ripple-react",
"version": "4.3.0",
"version": "4.4.0",
"description": "React specific wrappers for Ripple component library",

@@ -46,4 +46,4 @@ "scripts": {

"dependencies": {
"@watermarkinsights/ripple": "4.3.0"
"@watermarkinsights/ripple": "4.4.0"
}
}

Sorry, the diff of this file is too big to display

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