lodash-contrib
Advanced tools
Comparing version 241.3.1 to 241.3.2
@@ -89,3 +89,3 @@ // lodash-contrib (lodash.function.arity.js 0.0.1) | ||
for ( var i = 0; i < args.length || arg < arguments.length; i++ ) { | ||
for ( var i = 0; i < (args.length || arg < arguments.length); i++ ) { | ||
if ( args[i] === _ ) { | ||
@@ -92,0 +92,0 @@ args[i] = arguments[arg++]; |
@@ -50,3 +50,3 @@ module.exports = function(grunt) { | ||
indent: 2, // Indent by 2 spaces | ||
camelcase: true, // All vars must be camelCase or UPPER_WITH_lodashS | ||
camelcase: true, // All vars must be camelCase or UPPER_WITH_UNDERSCORES | ||
eqnull: true, // Allow 'x == null' convention | ||
@@ -53,0 +53,0 @@ forin: true, // Require `for x in y` to filter with `hasOwnProperty` |
{ | ||
"name": "lodash-contrib", | ||
"version": "241.3.1", | ||
"description": "The brass buckles on lodash's utility belt", | ||
"version": "241.3.2", | ||
"main": "index.js", | ||
@@ -19,6 +20,3 @@ "dependencies": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Empeeric/lodash-contrib.git" | ||
}, | ||
"repository": "Empeeric/lodash-contrib", | ||
"license": "MIT", | ||
@@ -39,4 +37,3 @@ "author": { | ||
"test": "node ./node_modules/grunt-cli/bin/grunt test" | ||
}, | ||
"homepage": "https://github.com/Empeeric/lodash-contrib" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
This is basically a [`lodash`](http://lodash.com/) compatible fork of [`underscore-contrib`](https://github.com/documentcloud/underscore-contrib) | ||
The brass buckles on lodash's utility belt | ||
Basically a [`lodash`](http://lodash.com/) compatible fork of [`underscore-contrib`](https://github.com/documentcloud/underscore-contrib) | ||
lodash-contrib | ||
@@ -61,1 +63,5 @@ ============== | ||
What do these mean? Well, that’s up for discussion. :-) | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Empeeric/lodash-contrib/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
@@ -23,2 +23,5 @@ $(document).ready(function() { | ||
equal(_.fix(parseInt, _, 10)('11'), 11, 'should "fix" common js foibles'); | ||
equal(_.fix(f, _, 3)(1,'a'), 'number, number', 'should ignore extra parameters'); | ||
}); | ||
@@ -25,0 +28,0 @@ |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1478414
28678
67
2
1