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-57f41c2b99c9c225fece602588df86a73f177b44 to 0.0.0-5a9c1a8de1e89cb045f4222efd839ffad1c6c778

dist/module.cjs.js

13

dist/src/index.d.ts

@@ -1,8 +0,7 @@

export * from './types';
export * from './utils';
export { RicosEngine } from './RicosEngine';
export { default as themeStrategy } from './themeStrategy/themeStrategy';
export { default as localeStrategy } from './localeStrategy/localeStrategy';
export { DRAFT_EDITOR_PROPS } from './consts';
export { DraftContent, RicosContent } from 'wix-rich-content-common';
export { createSpoilerPlugin } from './createSpoilerPlugin';
export { default as SpoilerViewer } from './spoiler-viewer';
export { SPOILER_TYPE } from './types';
export { default as TextSpoilerButton } from './toolbar/TextSpoilerButton';
export { default as BlockSpoilerComponent } from './Components/BlockSpoilerComponent';
export { pluginSpoiler, SpoilerEditorWrapper } from './editor';
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,9 @@

export * from './pluginsStrategy/pluginTypes';
export * from './themeStrategy/themeTypes';
export * from './RicosTypes';
import { EditorPluginConfig, ViewerPluginConfig } from 'wix-rich-content-common';
export declare const SPOILER_TYPE = "wix-rich-content-plugin-spoiler";
export interface SpoilerPluginEditorConfig extends EditorPluginConfig {
[key: string]: any;
}
export interface SpoilerPluginViewerConfig extends ViewerPluginConfig {
[key: string]: any;
}
//# sourceMappingURL=types.d.ts.map

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

{"name":"richlagetest","version":"0.0.0-57f41c2b99c9c225fece602588df86a73f177b44"}
{"name":"richlagetest","version":"0.0.0-5a9c1a8de1e89cb045f4222efd839ffad1c6c778"}

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