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

streaksheet

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaksheet - npm Package Compare versions

Comparing version 0.8.33 to 0.8.34

15

build/src/InnerElement.js

@@ -84,2 +84,17 @@ "use strict";

return /*#__PURE__*/React.createElement("div", {
onBlur: function onBlur(e) {
var _ref$current;
var newTarget = e.relatedTarget;
if (!ref || !('current' in ref)) {
return;
}
if ((_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.contains(newTarget)) {
return;
}
setCellBeingEdited(null);
},
onFocus: function onFocus(e) {

@@ -86,0 +101,0 @@ var target = e.target;

2

package.json
{
"name": "streaksheet",
"version": "0.8.33",
"version": "0.8.34",
"author": "Chris Cowan <agentme49@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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