New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.17 to 0.2.0

5

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

@@ -38,6 +38,5 @@ "author": {

"grunt": "~0.4.1",
"yate": ">=0.0.32"
"yate": ">=0.0.72"
},
"dependencies": {
"yate": ">=0.0.32",
"temporary": "0.0.5",

@@ -44,0 +43,0 @@ "async": "~0.2.10"

8

tasks/yate.js

@@ -90,7 +90,9 @@ /*

var yate_options = {
'write-ast': options.writeAST
};
try {
yate.cliOptions['write-ast'] = options.writeAST;
// Building compiled templates.
src = yate.compile(templates).js;
src = yate.compile(templates, yate_options).js;
} catch(e) {

@@ -97,0 +99,0 @@ grunt.event.emit('yate:error', e);

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