electron-util
Advanced tools
Comparing version 0.17.0 to 0.17.1
{ | ||
"name": "electron-util", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Useful utilities for Electron apps and modules", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,2 +5,2 @@ 'use strict'; | ||
module.exports = isElectron && process.mainModule && process.mainModule.filename.includes('app.asar'); | ||
module.exports = isElectron && require.main && require.main.filename.includes('app.asar'); |
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
44241