🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

aperture

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aperture - npm Package Compare versions

Comparing version

to
1.0.2

7

commands/link.js

@@ -61,4 +61,7 @@ // The "aperture link" command - responsible for

fs.symlink(target, dst, next)
events.emit('link', src, dst)
fs.stat(src, function(err) {
if (err) return next(err)
fs.symlink(target, dst, next)
events.emit('link', src, dst)
})
}

@@ -65,0 +68,0 @@ }, done)

{
"name": "aperture",
"version": "1.0.1",
"version": "1.0.2",
"description": "Local dependencies helper",

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