Socket
Socket
Sign inDemoInstall

untildify

Package Overview
Dependencies
1
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

index.js

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

if (typeof str !== 'string') {
throw new TypeError('Expected a string');
throw new TypeError(`Expected a string, got ${typeof str}`);
}

@@ -10,0 +10,0 @@

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

@@ -5,0 +5,0 @@ "license": "MIT",

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