jasonphillips-slate
Advanced tools
Comparing version 0.33.4 to 0.78.0
{ | ||
"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`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1960166
3
57
30015
4
3
4
2
3
+ Addedimmer@^9.0.6
+ Addedtiny-warning@^1.0.3
+ Addedimmer@9.0.21(transitive)
+ Addedis-plain-object@5.0.0(transitive)
+ Addedtiny-warning@1.0.3(transitive)
- Removeddebug@^2.3.2
- Removeddirection@^0.1.5
- Removedesrever@^0.2.0
- Removedis-empty@^1.0.0
- Removedlodash@^4.17.4
- Removedslate-dev-logger@^0.1.39
- Removedslate-schema-violations@^0.1.8
- Removedtype-of@^2.0.1
- Removeddebug@2.6.9(transitive)
- Removeddirection@0.1.5(transitive)
- Removedesrever@0.2.0(transitive)
- Removedimmutable@3.8.2(transitive)
- Removedis-empty@1.2.0(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedms@2.0.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedslate-dev-logger@0.1.43(transitive)
- Removedslate-schema-violations@0.1.39(transitive)
- Removedtype-of@2.0.1(transitive)
Updatedis-plain-object@^5.0.0