Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-includes

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-includes - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "grunt-includes",
"description": "Include other files within a file.",
"version": "0.4.1",
"version": "0.4.2",
"author": "vanetix <matmcfarland@gmail.com>",

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

@@ -65,3 +65,3 @@ /**

} else {
grunt.log.warn('Source file "' + p + '" not found.');
grunt.fail.error('Source file "' + p + '" not found.');
return false;

@@ -72,3 +72,3 @@ }

if(src.length > 1 && isFilename(f.dest)) {
grunt.log.warn('Source file cannot be more than one when dest is a file.');
grunt.fail.error('Source file cannot be more than one when dest is a file.');
}

@@ -151,3 +151,3 @@

if(!grunt.file.isFile(p)) {
grunt.log.warn('Included file "' + p + '" not found.');
grunt.fail.warn('Included file "' + p + '" not found.');
return 'Error including "' + p + '".';

@@ -154,0 +154,0 @@ }

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