Socket
Socket
Sign inDemoInstall

draft-js-single-line-plugin

Package Overview
Dependencies
23
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

4

CHANGELOG.md

@@ -5,1 +5,5 @@ # Change Log

This project adheres to [Semantic Versioning](http://semver.org/).
# v1.0.0 2017-02-23
* Releasing as v1.0.0 for better semver compatibility.

4

package.json
{
"name": "draft-js-single-line-plugin",
"version": "0.0.1",
"version": "1.0.0",
"description": "Restrict a draft-js editor to a single line of input.",

@@ -51,4 +51,4 @@ "main": "lib/index.js",

"dependencies": {
"immutable": "3.8.1"
"immutable": "^3.8.1"
}
}

@@ -49,4 +49,5 @@ # Draft.js Single Line plugin

```
npm install
npm install react react-dom draft-js
npm run test
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc