New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-emberify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-emberify - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "grunt-emberify",
"description": "Precompile handlebars templates and concatenate all Ember files.",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/gyllstromk/grunt-emberify",

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

@@ -33,5 +33,5 @@ /*

return util.format('Ember.TEMPLATES[\'%s\'] = ' +
'Ember.Handlebars.template(%s);\n', templateName,
'Ember.Handlebars.template(%s);', templateName,
templates[templateName]);
}));
}).join('\n'));

@@ -38,0 +38,0 @@ this.async()();

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