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

slate-react

Package Overview
Dependencies
Maintainers
5
Versions
835
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slate-react - npm Package Compare versions

Comparing version 0.102.0 to 0.104.0-20240515152416

4

dist/utils/dom.d.ts

@@ -84,2 +84,6 @@ /**

export declare const isTrackedMutation: (editor: ReactEditor, mutation: MutationRecord, batch: MutationRecord[]) => boolean;
/**
* Retrieves the deepest active element in the DOM, considering nested shadow DOMs.
*/
export declare const getActiveElement: () => DOMElement | null;
//# sourceMappingURL=dom.d.ts.map

@@ -15,3 +15,4 @@ export declare const REACT_MAJOR_VERSION: number;

export declare const CAN_USE_DOM: boolean;
export declare const IS_SAFARI_LEGACY: boolean;
export declare const HAS_BEFORE_INPUT_SUPPORT: boolean;
//# sourceMappingURL=environment.d.ts.map

4

package.json
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.102.0",
"version": "0.104.0-20240515152416",
"license": "MIT",

@@ -37,3 +37,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git",

"react-dom": "^18.2.0",
"slate": "^0.102.0",
"slate": "^0.103.0",
"slate-hyperscript": "^0.100.0",

@@ -40,0 +40,0 @@ "source-map-loader": "^4.0.1"

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 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 too big to display

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