Socket
Socket
Sign inDemoInstall

untildify

Package Overview
Dependencies
0
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

index.js
'use strict';
const osHomedir = require('os-homedir');
const home = osHomedir();
const os = require('os');
const home = os.homedir();

@@ -5,0 +5,0 @@ module.exports = str => {

{
"name": "untildify",
"version": "3.0.1",
"version": "3.0.2",
"description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",

@@ -37,5 +37,2 @@ "license": "MIT",

],
"dependencies": {
"os-homedir": "^1.0.0"
},
"devDependencies": {

@@ -42,0 +39,0 @@ "ava": "*",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc