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

hlink

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlink - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

lib/bins/main/parse.js

@@ -129,3 +129,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

saveMode = options.saveMode, includeExtname = options.includeExtname, excludeExtname = options.excludeExtname, openCache = options.openCache, mkdirIfSingle = options.mkdirIfSingle;
exts = (includeExtname || configIncludeExtname || excludeExtname ? '' : defaultInclude)
exts = (includeExtname || configIncludeExtname || (excludeExtname || configExcludeExtname) ? '' : defaultInclude)
.split(',')

@@ -132,0 +132,0 @@ .filter(Boolean)

{
"name": "hlink",
"version": "0.7.2",
"version": "0.7.3",
"description": "hlink",

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

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