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-a7378d442157ffbf2161b93ccb0ace39d30ab378 to 0.0.0-a7574300efdaa8c9f45103e235963551f8b18d91

dist/src/Components/default-transformation.d.ts

18

dist/src/index.d.ts

@@ -1,6 +0,14 @@

export { createTablePlugin } from './createTablePlugin';
export { default as tableViewer } from './table-viewer';
export { TABLE_TYPE } from './types';
export { pluginTable } from './editor';
export { Modals, ModalsMap } from './modals';
import { interactionMap } from './Interactions/interactionMap';
export { default as RichContentPreview } from './Components/RichContentPreview';
export { interactionMap };
export interface PreviewConfig {
transformation?: unknown;
contentInteractionMappers?: typeof interactionMap[];
onPreviewExpand?: () => void;
}
export declare const createPreview: (config?: PreviewConfig) => {
transformation?: unknown;
contentInteractionMappers?: ((onPreviewExpand: (() => void) | undefined) => {})[] | undefined;
onPreviewExpand?: (() => void) | undefined;
};
//# sourceMappingURL=index.d.ts.map

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

{"name":"richlagetest","version":"0.0.0-a7378d442157ffbf2161b93ccb0ace39d30ab378"}
{"name":"richlagetest","version":"0.0.0-a7574300efdaa8c9f45103e235963551f8b18d91"}

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

Sorry, the diff of this file is not supported yet

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

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