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-6a90bf64f1f7928e07fe2f46707855e75af0089b to 0.0.0-6b25a0cea70025c54da987b98fd875b7437dd662

dist/module.cjs.js

23

dist/src/index.d.ts

@@ -1,11 +0,14 @@

export * from './normalization';
export { isValidExactUrl, isValidUrl, normalizeUrl, getUrlMatches, startsWithHttps, hasProtocol, getHost, isValidTelUrl, } from './urlValidators/urlValidators';
export * from './consts';
export * from './types';
export * from './version';
export { generateId } from './converters/generateRandomId';
export { isContentStateEmpty } from './contentStateUtils/contentStateUtils';
export { createContent } from './contentStateUtils/createContent';
export { compare } from './comparision/compare';
export * from './fp-utils';
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-6a90bf64f1f7928e07fe2f46707855e75af0089b"}
{"name":"richlagetest","version":"0.0.0-6b25a0cea70025c54da987b98fd875b7437dd662"}

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