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

lexical

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lexical - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

CodeNode.js

38

package.json
{
"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

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