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

userhome

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

userhome - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js
// userhome
// Copyright (c) 2014 Kyle Robinson Young
// Copyright (c) 2024 Kyle Robinson Young
// Licensed under the MIT license.

@@ -4,0 +4,0 @@

{
"name": "userhome",
"description": "A cross-platform path to the user's home",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/shama/userhome",

@@ -21,8 +21,3 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shama/userhome/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {

@@ -39,4 +34,4 @@ "node": ">= 0.8.0"

"devDependencies": {
"tape": "^3.0.0"
"tape": "^5.9.0"
}
}

@@ -1,2 +0,2 @@

# userhome [![Build Status](http://img.shields.io/travis/shama/userhome.svg)](https://travis-ci.org/shama/userhome)
# userhome

@@ -21,2 +21,3 @@ > A cross-platform (OSX, Windows, Linux) path to the user's home.

## Release History
* 1.0.1 - Fix license in package.json.
* 1.0.0 - Throws an error if a user home can not be found.

@@ -26,3 +27,3 @@ * 0.1.0 - initial release

## License
Copyright (c) 2014 Kyle Robinson Young
Copyright (c) 2024 Kyle Robinson Young
Licensed under the MIT license.

Sorry, the diff of this file is not supported yet

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