Socket
Socket
Sign inDemoInstall

symlink-or-copy

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symlink-or-copy - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

CHANGELOG.md
# master
# 1.1.8
* expose `canSymlink` boolean via `require('symlink-or-copy').canSymlink`
# 1.1.7

@@ -4,0 +8,0 @@

@@ -69,2 +69,8 @@ var fs = require('fs')

Object.defineProperty(module.exports, 'canSymlink', {
get: function() {
return !!options.canSymlink;
}
});
function symlink(_srcPath, _destPath) {

@@ -71,0 +77,0 @@ var srcPath = cleanup(_srcPath);

2

package.json
{
"name": "symlink-or-copy",
"description": "Symlink files or directories, falling back to copying on Windows",
"version": "1.1.7",
"version": "1.1.8",
"author": "Jo Liss <joliss42@gmail.com>",

@@ -6,0 +6,0 @@ "main": "index.js",

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