Socket
Socket
Sign inDemoInstall

react-sane-contenteditable

Package Overview
Dependencies
8
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

2

lib/cjs/react-sane-contenteditable.js

@@ -114,3 +114,3 @@ "use strict";

var value = _this.state.value;
onChange(value);
onChange(ev, value);
}

@@ -117,0 +117,0 @@ });

@@ -81,3 +81,3 @@ import _extends from "@babel/runtime/helpers/extends";

var value = _this.state.value;
onChange(value);
onChange(ev, value);
}

@@ -84,0 +84,0 @@ });

{
"name": "react-sane-contenteditable",
"version": "1.6.0",
"version": "1.6.1",
"description": "React component with sane defaults to make any element contentEditable",

@@ -5,0 +5,0 @@ "keywords": ["content-editable", "contenteditable", "editable", "react", "react-component"],

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