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.16 to 2.0.17

6

build/@types/packages/CustomEditor/src/hooks/useHiddenNode.d.ts

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

export declare const useHiddenNode: () => HTMLDivElement | undefined;
interface UseHiddenNodeParams {
needHide?: boolean;
}
export declare const useHiddenNode: (params?: UseHiddenNodeParams | undefined) => HTMLDivElement | undefined;
export {};

4

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

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

},
"gitHead": "e6be0595dd00031fa1dcb152d8938dab58f2c6b8"
"gitHead": "775ec6d2f004e7ca74eb35c8f3a48225ca395cc3"
}

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