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

grunt-contrib-copy

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-copy - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

package.json
{
"name": "grunt-contrib-copy",
"description": "Copy files and folders.",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-copy",

@@ -25,3 +25,3 @@ "author": {

"engines": {
"node": ">= 0.6.0"
"node": ">= 0.8.0"
},

@@ -41,2 +41,2 @@ "scripts": {

]
}
}

@@ -68,3 +68,3 @@ /*

grunt.verbose.or.write('Copying file' + ' to ' + file.dest.cyan + '...');
grunt.file.copy(srcFile, file.dest);
grunt.file.copy(srcFile, file.dest, copyOptions);

@@ -71,0 +71,0 @@ grunt.verbose.or.ok();

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