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-d9827506b82e4e6a25b5ffb609600a898308d68f to 0.0.0-de3cde2fa71e04ce210446d5bd999747bec402b2

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-d9827506b82e4e6a25b5ffb609600a898308d68f"}
{"name":"richlagetest","version":"0.0.0-de3cde2fa71e04ce210446d5bd999747bec402b2"}

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