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

symlink-dir

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symlink-dir - npm Package Compare versions

Comparing version 5.2.1 to 6.0.0

4

dist/index.d.ts
declare function symlinkDir(target: string, path: string, opts?: {
overwrite?: boolean;
}): Promise<{
reused: Boolean;
reused: boolean;
warn?: string;

@@ -12,5 +12,5 @@ }>;

}): {
reused: Boolean;
reused: boolean;
warn?: string;
};
}
{
"name": "symlink-dir",
"version": "5.2.1",
"version": "6.0.0",
"description": "Cross-platform directory symlinking",

@@ -57,3 +57,3 @@ "main": "dist/index.js",

"engines": {
"node": ">=12.10"
"node": ">=18.12"
},

@@ -60,0 +60,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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