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

grunt-handlebars-requirejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-handlebars-requirejs - npm Package Compare versions

Comparing version

to
0.1.0

Gruntfile.js

6

package.json
{
"name": "grunt-handlebars-requirejs",
"description": "Precompile Handlebars templates to RequireJS modules.",
"version": "0.0.3",
"version": "0.1.0",
"homepage": "https://github.com/mrDarcyMurphy/grunt-handlebars-requirejs",

@@ -35,4 +35,4 @@ "author": {

"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-clean": "~0.2.0",
"grunt": "0.4.x",
"grunt-contrib-clean": "0.4.x",
"mocha": "~1.4.2",

@@ -39,0 +39,0 @@ "grunt-simple-mocha": "*"

@@ -49,3 +49,3 @@ /*

this.files.forEach(function(files) {
srcFiles = grunt.file.expandFiles(files.src);
srcFiles = grunt.file.expand(files.src);
srcFiles.forEach(function(file) {

@@ -52,0 +52,0 @@ src = grunt.file.read(file);