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

electron-util

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-util - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

2

package.json
{
"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');
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