New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-symlink

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-symlink - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "grunt-symlink",
"description": "Create symlinks",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/geddesign/grunt-symlink",

@@ -6,0 +6,0 @@ "author": {

@@ -17,2 +17,7 @@ /*

fs.symlinkSync(link.to, link.link, link.type || 'file');
var rel = link.link.substr(0, link.link.lastIndexOf('/') + 1);
grunt.log.ok('created symlink at ' + link.link +
' that points to ' + link.to +
' (relative to ' + rel +')'
);
}

@@ -19,0 +24,0 @@ catch(e){

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