🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

expand-tilde

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expand-tilde - npm Package Compare versions

Comparing version

to
1.0.1

{
"name": "expand-tilde",
"description": "Bash-like tilde expansion for node.js. Expands leadings tildes in filepaths to the user home directory.",
"version": "1.0.0",
"description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/expand-tilde",

@@ -6,0 +6,0 @@ "author": {

# expand-tilde [![NPM version](https://badge.fury.io/js/expand-tilde.svg)](http://badge.fury.io/js/expand-tilde)
> Bash-like tilde expansion for node.js. Expands leadings tildes in filepaths to the user home directory.
> Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.

@@ -5,0 +5,0 @@ ## Install with [npm](npmjs.org)