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

@easyv/utils

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/utils - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

8

lib/ContentEditable.js

@@ -131,6 +131,8 @@ "use strict";

}, [ref, onBlur, onKeyDown, editable]);
var editableStyle = editable ? {
pointerEvents: 'auto',
cursor: 'auto'
} : {};
return /*#__PURE__*/_react["default"].createElement("div", {
style: _objectSpread(_objectSpread({}, style), {}, {
pointerEvents: 'auto'
}),
style: _objectSpread(_objectSpread({}, style), editableStyle),
ref: setRef

@@ -137,0 +139,0 @@ }, children);

{
"name": "@easyv/utils",
"version": "0.0.31",
"version": "0.0.32",
"description": "",

@@ -5,0 +5,0 @@ "main": "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