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.7 to 0.0.8

2

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

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

@@ -53,3 +53,11 @@ /*

}).map(function(filepath) {
return yate.compile(filepath).js;
var compiled;
try {
compiled = yate.compile(filepath).js;
} catch(e) {
grunt.log.warn(e);
}
return compiled;
}).join(grunt.util.linefeed);

@@ -56,0 +64,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