Socket
Socket
Sign inDemoInstall

grunt

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

lib/grunt/file.js

@@ -462,3 +462,2 @@ 'use strict';

var destdir = path.join(destpath, '..');
var fileBase = path.basename(srcpath);
// Use the correct relative path for the symlink

@@ -470,3 +469,2 @@ if (!grunt.file.isPathAbsolute(srcpath)) {

var mode = grunt.file.isDir(srcpath) ? 'dir' : 'file';
var destpath = path.join(destpath, fileBase);
if (fs.existsSync(destpath)) {

@@ -473,0 +471,0 @@ // skip symlink if file already exists

2

package.json
{
"name": "grunt",
"description": "The JavaScript Task Runner",
"version": "1.5.0",
"version": "1.5.1",
"author": "Grunt Development Team (https://gruntjs.com/development-team)",

@@ -6,0 +6,0 @@ "homepage": "https://gruntjs.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