Socket
Socket
Sign inDemoInstall

richlagetest

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

richlagetest - npm Package Compare versions

Comparing version 0.0.0-d8eb1a75b0b10d03108bf90306eb8d815d617f93 to 0.0.0-d9827506b82e4e6a25b5ffb609600a898308d68f

dist/cjs/FullscreenModal-dffda9b6.js

5

dist/src/index.d.ts

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

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

23

dist/src/TextSelectionToolbar.d.ts

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

/// <reference types="lodash" />
import React from 'react';
export default class TextSelectionToolbar extends React.Component<{
import './textSelectionToolbarStyles.css';
interface Props {
onButtonClick?: (pluginId: string, action: string, value: string) => void;
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-d8eb1a75b0b10d03108bf90306eb8d815d617f93"}
{"name":"richlagetest","version":"0.0.0-d9827506b82e4e6a25b5ffb609600a898308d68f"}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc