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

electron-root-path

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-root-path - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

lib/index.js

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

const IS_PROD = require('./env').IS_PROD;
const isPackaged = require('./isPackaged').isPackaged;
const isPackaged = require('electron-is-packaged').isPackaged;

@@ -9,0 +9,0 @@ let rootPath = null;

{
"name": "electron-root-path",
"version": "1.0.12",
"version": "1.0.13",
"description": "Get the root path of an Electron Application",

@@ -43,3 +43,5 @@ "main": "lib/index.js",

},
"dependencies": {}
"dependencies": {
"electron-is-packaged": "^1.0.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