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

draft-js-autolist-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-autolist-plugin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

CHANGELOG.md

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

This project adheres to [Semantic Versioning](http://semver.org/).
# v0.0.2 2016-07-25
### Fixed
* Don’t return the default key bindings if we’re not handling the event. Returning it stops any other plugins halts the callback chain, and so stops any other plugins from being able to insert behaviour.
# v0.0.1 2016-04-21
First public release

1

lib/index.js

@@ -92,3 +92,2 @@ 'use strict';

}
return (0, _draftJs.getDefaultKeyBinding)(e);
},

@@ -95,0 +94,0 @@

{
"name": "draft-js-autolist-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "Automatically create ordered/unordered lists in draft-js as you type",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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