Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@seafile/slate-react

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seafile/slate-react - npm Package Compare versions

Comparing version 0.1.8 to 0.54.5

66

package.json
{
"name": "@seafile/slate-react",
"description": "A set of React components for building completely customizable rich-text editors.",
"version": "0.1.8",
"aliasname": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.54.5",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
"module": "lib/slate-react.es.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"umd": "dist/slate-react.js",
"umdMin": "dist/slate-react.min.js",
"sideEffects": false,
"files": [
"dist/",
"lib/"
"dist/"
],
"dependencies": {
"debug": "^3.1.0",
"get-window": "^1.1.1",
"is-window": "^1.0.2",
"lodash": "^4.1.1",
"memoize-one": "^4.0.0",
"prop-types": "^15.5.8",
"react-immutable-proptypes": "^2.1.0",
"selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.95",
"slate-dev-environment": "^0.2.1",
"slate-hotkeys": "^0.2.8",
"slate-plain-serializer": "^0.6.34",
"slate-prop-types": "^0.5.25",
"slate-react-placeholder": "^0.1.13",
"tiny-invariant": "^1.0.1",
"tiny-warning": "^0.0.3"
"@types/debounce": "^1.2.0",
"@types/debug": "^4.1.5",
"@types/is-hotkey": "^0.1.1",
"@types/lodash": "^4.14.149",
"debounce": "^1.2.0",
"direction": "^1.0.3",
"is-hotkey": "^0.1.6",
"is-plain-object": "^3.0.0",
"scroll-into-view-if-needed": "^2.2.20"
},
"peerDependencies": {
"immutable": ">=3.8.1",
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"slate": ">=0.43.6"
},
"devDependencies": {
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"react-test-renderer": "^16.6.3",
"slate": "^0.44.10",
"slate-hyperscript": "^0.11.25",
"slate-simulator": "^0.4.67"
"slate": "^0.54.2",
"slate-hyperscript": "^0.54.2"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.50.0"
},
"umdGlobals": {
"immutable": "Immutable",
"react": "React",
"react-dom": "ReactDOM",
"slate": "Slate"

@@ -59,3 +43,2 @@ },

"contenteditable",
"doc",
"docs",

@@ -65,2 +48,3 @@ "document",

"editor",
"editable",
"html",

@@ -73,4 +57,4 @@ "immutable",

"rich",
"rich-text",
"richtext",
"richtext",
"slate",

@@ -77,0 +61,0 @@ "text",

This package contains the React-specific logic for Slate. It's separated further into a series of directories:
* [**Components**](./src/components) — containing the React components for rendering Slate editors.
* [**Constants**](./src/constants) — containing a few private constants modules.
* [**Plugins**](./src/plugins) — containing the React-specific plugins for Slate editors.
* [**Utils**](./src/utils) — containing a few private convenience modules.
- [**Components**](./src/components) — containing the React components for rendering Slate editors.
- [**Constants**](./src/constants) — containing a few private constants modules.
- [**Plugins**](./src/plugins) — containing the React-specific plugins for Slate editors.
- [**Utils**](./src/utils) — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!
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