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.9 to 0.0.10

2

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

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

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

var done = this.async();
// Iterate over all specified file groups.

@@ -59,3 +61,5 @@ async.forEachSeries(this.files, function(f, next) {

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

@@ -96,3 +100,3 @@

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

@@ -99,0 +103,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