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

braft-utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braft-utils - npm Package Compare versions

Comparing version 3.0.12 to 3.0.13

4

dist/content.js

@@ -394,5 +394,5 @@ 'use strict';

var decreaseSelectionIndent = exports.decreaseSelectionIndent = function decreaseSelectionIndent(editorState) {
var decreaseSelectionIndent = exports.decreaseSelectionIndent = function decreaseSelectionIndent(editorState, maxIndent) {
var currentIndent = getSelectionBlockData(editorState, 'textIndent') || 0;
return toggleSelectionIndent(editorState, currentIndent - 1);
return toggleSelectionIndent(editorState, currentIndent - 1, maxIndent);
};

@@ -399,0 +399,0 @@

{
"name": "braft-utils",
"version": "3.0.12",
"version": "3.0.13",
"description": "Utils for Braft Editor",

@@ -10,2 +10,7 @@ "main": "dist/index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/margox/braft-utils.git"
},
"homepage": "https://github.com/margox/braft-utils#readme",
"keywords": [

@@ -12,0 +17,0 @@ "braft",

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