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

grunt-yate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-yate - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "grunt-yate",
"description": "Yate compiler plugin",
"version": "0.0.10",
"version": "0.0.11",
"homepage": "https://github.com/lapple/grunt-yate",

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

@@ -37,3 +37,4 @@ /*

var done = this.async();
// Error flag.
var failure = false;

@@ -61,5 +62,6 @@ // Iterate over all specified file groups.

} catch(e) {
failure = true;
grunt.event.emit('yate:error', e);
grunt.fail.warn(e);
done();
}

@@ -70,2 +72,6 @@

if (failure) {
return next();
}
// Building a list of files to prepend to the compiled template.

@@ -101,3 +107,3 @@ var includes = grunt.file.expand(options.externals);

}, done);
}, this.async());
});

@@ -104,0 +110,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