New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lms-elements/custom-editor

Package Overview
Dependencies
Maintainers
3
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lms-elements/custom-editor - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

build/@types/packages/CustomEditor/src/utils/createRectRelativeToDocument.d.ts

2

build/@types/packages/CustomEditor/src/index.d.ts
export { CustomEditor } from './components/CustomEditor';
export { useEditorToHTML } from './hooks/useEditorToHTML';
export type { EntityTypes } from './types/shared.types';
export { INSERT_WORD_REPLACE } from './types/shared.types';
export { INSERT_WORD_REPLACE, NEW_LINE_DELIMETER } from './types/shared.types';
export { getEntities, getEntityDataByType, insertationToTemplate } from './utils';

@@ -22,1 +22,2 @@ import { EditorState } from 'draft-js';

export declare const INSERT_WORD_REPLACE = "<input type=\"insert-word\" />";
export declare const NEW_LINE_DELIMETER = "<break />";
export { addEntity } from './addEntity';
export { createRectRelativeToDocument } from './createRectRelativeToDocument';
export { getEntities } from './getEntities';

@@ -3,0 +4,0 @@ export { getEntityDataByType } from './getEntityDataByType';

{
"name": "@lms-elements/custom-editor",
"version": "2.0.15",
"version": "2.0.16",
"description": "Custom EDitor based on react-draft-wysiwyg",

@@ -56,3 +56,3 @@ "keywords": [

},
"gitHead": "77b8a493f9f58f07b922b33a99343b8a39861d65"
"gitHead": "e6be0595dd00031fa1dcb152d8938dab58f2c6b8"
}

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

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