Socket
Socket
Sign inDemoInstall

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 2.0.0-next.8 to 2.0.0-next.9

3

lib/bins/qnap.js
import chalk from 'chalk';
import { execaSync } from 'execa';
import path from 'path';
import os from 'os';
import { log, hlinkHomeDir } from '@hlink/core';

@@ -21,4 +20,4 @@ export const backup = (_path) => {

_path.indexOf('.hlink') ? _path : path.join(_path, '.hlink'),
os.homedir(),
path.dirname(hlinkHomeDir),
]);
};
{
"name": "hlink",
"version": "2.0.0-next.8",
"version": "2.0.0-next.9",
"description": "hlink",

@@ -41,4 +41,4 @@ "license": "MIT",

"dependencies": {
"@hlink/app": "2.0.0-next.6",
"@hlink/core": "^2.0.0-next.2",
"@hlink/app": "2.0.0-next.7",
"@hlink/core": "^2.0.0-next.3",
"@types/update-notifier": "^5.1.0",

@@ -45,0 +45,0 @@ "chalk": "^5",

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