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

app-root-path

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-root-path - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

4

lib/resolve.js

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

if ('type' in process && 'renderer' === process.type) {
var remote = require('remote');
var remote = require('electron').remote;
return remote.require('app-root-path').path;

@@ -73,2 +73,2 @@ }

return appRootPath;
};
};
{
"name": "app-root-path",
"version": "1.2.1",
"version": "1.3.0",
"description": "Determine an app's root path from anywhere inside the app",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -93,2 +93,5 @@ # App Root Path Module

### 1.3.0
- Updated [electron](https://github.com/atom/electron) to match changes in version 1.0 of that project
### 1.2.1

@@ -95,0 +98,0 @@ - Had to bump package version because 1.2.0 got published to npm as @beta

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