electron-react-titlebar
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100761
14
3
+ Addedclassnames@^2.2.6
+ Addedclassnames@2.5.1(transitive)
Updatedlodash@^4.17.15