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-42cb63aa526f84eb65303e106d366da935af66fb to 0.0.0-432eda503efb10c3f980f57e750bae9de2289389

dist/module.viewer.cjs.d.ts

10

dist/src/defaults.d.ts

@@ -1,8 +0,4 @@

export declare const DEFAULTS: Readonly<{
type: string;
config: {
size: string;
alignment: string;
};
}>;
export declare const DEFAULTS: {
config: {};
};
//# sourceMappingURL=defaults.d.ts.map

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

import { UnsupportedBlocksPluginEditorConfig } from './types';
import { CodeBlockPluginEditorConfig } from './types';
import { EditorPluginCreator } from 'wix-rich-content-common';
export declare const pluginUnsupportedBlocks: EditorPluginCreator<UnsupportedBlocksPluginEditorConfig>;
export declare const pluginCodeBlock: EditorPluginCreator<CodeBlockPluginEditorConfig>;
//# sourceMappingURL=editor.d.ts.map

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

export { createUnsupportedBlocksPlugin } from './createUnsupportedBlocksPlugin';
export { pluginUnsupportedBlocks } from './editor';
export { createCodeBlockPlugin } from './createCodeBlockPlugin';
export { CODE_BLOCK_TYPE } from './types';
export { pluginCodeBlock } from './editor';
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,9 @@

import { EditorPluginConfig } from 'wix-rich-content-common';
export interface UnsupportedBlocksPluginEditorConfig extends EditorPluginConfig {
import { EditorPluginConfig, ViewerPluginConfig } from 'wix-rich-content-common';
export declare const CODE_BLOCK_TYPE = "code-block";
export interface CodeBlockPluginEditorConfig extends EditorPluginConfig {
[key: string]: any;
}
export interface CodeBlockPluginViewerConfig extends ViewerPluginConfig {
[key: string]: any;
}
//# sourceMappingURL=types.d.ts.map

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

{"name":"richlagetest","version":"0.0.0-42cb63aa526f84eb65303e106d366da935af66fb"}
{"name":"richlagetest","version":"0.0.0-432eda503efb10c3f980f57e750bae9de2289389"}

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

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