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

mac-hardlink

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mac-hardlink - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

5

bin/hardlink.js

@@ -59,3 +59,3 @@ #!/usr/bin/env node

function hardlink(from, to) {
exec.execSync(`hln ${from} ${to}`);
exec.execSyncSilent(`hln ${from} ${to}`);
}

@@ -75,2 +75,3 @@

if (_.includes(rd, rs)) { //avoid infinite recursion
console.log(`skipping ${f}`);
return;

@@ -86,3 +87,3 @@ }

exec.execSyncSilent(`rm -rf ${destFullPath} || true`);
console.log(`hardlinking ${srcFullPath} to ${destFullPath}`);
console.log(`hardlinking ${f}`);
hardlink(srcFullPath, destFullPath);

@@ -89,0 +90,0 @@ });

2

package.json
{
"name": "mac-hardlink",
"version": "1.0.9",
"version": "1.0.10",
"description": "Hardlinks on macOS",

@@ -5,0 +5,0 @@ "author": "Daniel Zlotin <zlotindaniel@gmail.com>",

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