Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "lexical", | ||
"version": "0.0.2", | ||
"description": "lexical", | ||
"bin": { | ||
"lexical": "./bin/lexical" | ||
"author": { | ||
"name": "Dominic Gannaway", | ||
"email": "dg@domgan.com" | ||
}, | ||
"main": "index.js", | ||
"description": "Lexical is an extensible text editor library that provides excellent reliability, accessible and performance.", | ||
"keywords": [ | ||
"react", | ||
"lexical", | ||
"editor", | ||
"contenteditable", | ||
"rich-text" | ||
], | ||
"license": "MIT", | ||
"version": "0.1.0", | ||
"main": "Lexical.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/xudafeng/lexical.git" | ||
}, | ||
"dependencies": { | ||
}, | ||
"keywords": [ | ||
], | ||
"devDependencies": { | ||
"mocha": "*" | ||
}, | ||
"homepage": "https://github.com/xudafeng/lexical", | ||
"author": "xudafeng", | ||
"email": "xudafeng[at]126.com", | ||
"blog": "http://xdf.me", | ||
"license": "MIT" | ||
} | ||
"url": "https://github.com/facebook/lexical", | ||
"directory": "packages/lexical-core" | ||
} | ||
} |
@@ -1,39 +0,5 @@ | ||
lexical | ||
=== | ||
# `@lexical/core` | ||
by xdf | ||
Lexical is an extensible JavaScript text-editor that provides reliable, accessible and performant typing experiences for the web. | ||
## Installment | ||
```bash | ||
$ sudo npm install lexical -g | ||
``` | ||
## Quick Start | ||
```bash | ||
$ lexical xdf | ||
``` | ||
## License | ||
The MIT License (MIT) | ||
Copyright (c) 2013 xdf | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
The `@lexical/core` package contains only the core Lexical engine and nodes. This package is intended to be used in conjunction with packages that wire Lexical up to applications, such as `@lexical/react`. |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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 2 instances in 1 package
No website
QualityPackage does not have a website.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
69290
0
15
304
13
5
2