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.8.1 to 0.8.2

2

index.d.ts

@@ -35,3 +35,3 @@ import { SFC, ReactNode } from 'react';

icon?: string;
menu: (PartialMenuItemConstructorOptions & { submenu: PartialMenuItemConstructorOptions[] })[];
menu?: (PartialMenuItemConstructorOptions & { submenu: PartialMenuItemConstructorOptions[] })[];
disableMinimize?: boolean;

@@ -38,0 +38,0 @@ disableMaximize?: boolean;

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

@@ -29,3 +29,4 @@ "main": "index.js",

"devDependencies": {
"babel-core": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",

@@ -37,4 +38,3 @@ "babel-plugin-add-module-exports": "^0.2.1",

"babel-register": "^6.24.1",
"classnames": "^2.2.5",
"eslint": "^3.2.2",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.0.0",

@@ -44,9 +44,9 @@ "eslint-plugin-react": "^6.3.0",

"react": "^15.5.4",
"babel-cli": "^6.24.1",
"react-dom": "^15.5.4"
},
"dependencies": {
"lodash": "^4.17.4",
"classnames": "^2.2.6",
"lodash": "^4.17.15",
"react-virtualized": "^9.7.6"
}
}

@@ -63,3 +63,3 @@ # electron-react-titlebar

#### currentWindow?: BrowserWindow
### currentWindow?: \<BrowserWindow\>

@@ -66,0 +66,0 @@ The browserWindow Object that window controls affect to. Default value is `remote.currentWindow()` (optional).

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