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

grunt-loadnpmtasks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-loadnpmtasks - npm Package Compare versions

Comparing version

to
0.3.4

0

lib/grunt-loadNpmTasks.js

@@ -0,0 +0,0 @@ /*

23

package.json
{
"name": "grunt-loadnpmtasks",
"description": "A Node module (not a Grunt task itself) to help in loading NPM-based tasks without requiring a \"package.json\" file next to every Gruntfile. To be used as an alternative to `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks` within large, hierarchical codebases.",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/JamesMGreene/grunt-loadNpmTasks",

@@ -18,11 +18,6 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JamesMGreene/grunt-loadNpmTasks/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "lib/grunt-loadNpmTasks",
"engines": {
"node": ">= 0.8.0"
"node": ">=0.10.0"
},

@@ -33,11 +28,11 @@ "scripts": {

"peerDependencies": {
"grunt": "0.4.x"
"grunt": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-watch": "~0.2.0",
"nodeunit": "~0.8.1"
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"nodeunit": "^0.9.1"
},

@@ -44,0 +39,0 @@ "keywords": [

@@ -0,0 +0,0 @@ # grunt-loadNpmTasks [![Build Status](https://secure.travis-ci.org/JamesMGreene/grunt-loadNpmTasks.png?branch=master)](http://travis-ci.org/JamesMGreene/grunt-loadNpmTasks)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet