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

electron-react-titlebar

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-react-titlebar - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/menu.js

@@ -210,3 +210,3 @@ 'use strict';

this.onTouchStart = i => {
if (i !== this.state.focusing) {
if (i !== this.state.focusing && this.state.clicked) {
this.lock = true;

@@ -213,0 +213,0 @@ }

{
"name": "electron-react-titlebar",
"version": "0.2.0",
"version": "0.2.1",
"description": "A github desktop style title bar component for electron.",

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

@@ -170,3 +170,3 @@ import React, { PureComponent } from 'react'

onTouchStart = (i) => {
if (i !== this.state.focusing) {
if (i !== this.state.focusing && this.state.clicked) {
this.lock = true

@@ -173,0 +173,0 @@ }

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