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

jasonphillips-slate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasonphillips-slate - npm Package Compare versions

Comparing version 0.33.4 to 0.78.0

CHANGELOG.md

43

package.json
{
"name": "jasonphillips-slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.33.4",
"version": "0.78.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate.js",
"module": "lib/slate.es.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"umd": "dist/slate.js",
"umdMin": "dist/slate.min.js",
"sideEffects": false,
"files": [
"dist/",
"lib/"
"dist/"
],
"dependencies": {
"debug": "^2.3.2",
"direction": "^0.1.5",
"esrever": "^0.2.0",
"is-empty": "^1.0.0",
"is-plain-object": "^2.0.4",
"lodash": "^4.17.4",
"slate-dev-logger": "^0.1.39",
"slate-schema-violations": "^0.1.8",
"type-of": "^2.0.1"
"immer": "^9.0.6",
"is-plain-object": "^5.0.0",
"tiny-warning": "^1.0.3"
},
"peerDependencies": {
"immutable": "^3.8.1",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"slate-hyperscript": "^0.5.10"
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.77.0",
"source-map-loader": "^0.2.4"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
},
"umdGlobals": {
"immutable": "Immutable"
},
"keywords": [
"canvas",
"contenteditable",
"doc",
"docs",
"custom",
"document",

@@ -54,4 +41,4 @@ "edit",

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

@@ -58,0 +45,0 @@ "text",

@@ -1,10 +0,3 @@

This package contains the core logic of Slate. It's separated further into a series of directories:
This package contains the core logic of Slate. Feel free to poke around to learn more!
* [**Changes**](./src/changes) — containing the changes that are used to alter a Slate document.
* [**Constants**](./src/constants) — containing constants that are used in Slate's codebase.
* [**Models**](./src/models) — containing the models that define Slate's data structure.
* [**Operations**](./src/operations) — containing the low-level operations that create Slate changes.
* [**Schemas**](./src/schemas) - containing the core schema that ships with Slate by default.
* [**Utils**](./src/utils) — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!
Note: A number of source files contain extracted types for `Interfaces` or `Transforms`. This is done currently to enable custom type extensions as found in `packages/src/interfaces/custom-types.ts`.
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