Socket
Socket
Sign inDemoInstall

richlagetest

Package Overview
Dependencies
0
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-45d5e22dad8d3eb392aaa8347ace78ce55cf5498 to 0.0.0-49640821c576bd88b74a27c444d880750f96f419

dist/module.cjs.js

5

dist/src/index.d.ts

@@ -1,3 +0,4 @@

export * from 'ricos-common';
export { RicosViewer } from './RicosViewer';
import TextSelectionToolbar from './TextSelectionToolbar';
import TwitterButton from './TwitterButton';
export { TextSelectionToolbar, TwitterButton };
//# sourceMappingURL=index.d.ts.map

23

dist/src/TextSelectionToolbar.d.ts

@@ -0,9 +1,22 @@

/// <reference types="lodash" />
import React from 'react';
import './textSelectionToolbarStyles.css';
interface Props {
onButtonClick?: (pluginId: string, action: string, value: string) => void;
export default class TextSelectionToolbar extends React.Component<{
container: HTMLElement;
children: (string: any) => JSX.Element;
}, {
selectedText: string;
selectedTextPosition?: {
x: number;
y: number;
};
}> {
constructor(props: any);
removeTextSelectionListener: () => void | null;
componentDidMount(): void;
componentWillUnmount(): void;
componentWillReceiveProps(nextPros: any): void;
addTextSelectionListener: (container: any) => void;
setSelectedText: import("lodash").DebouncedFunc<(selectedText: any, selectedTextPosition: any) => void>;
render(): JSX.Element | null;
}
declare const SelectionToolbar: React.FC<Props>;
export default SelectionToolbar;
//# sourceMappingURL=TextSelectionToolbar.d.ts.map

@@ -1,1 +0,1 @@

{"name":"richlagetest","version":"0.0.0-45d5e22dad8d3eb392aaa8347ace78ce55cf5498"}
{"name":"richlagetest","version":"0.0.0-49640821c576bd88b74a27c444d880750f96f419"}

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc