Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lodash-contrib

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-contrib - npm Package Compare versions

Comparing version 241.3.1 to 241.3.2

2

_.function.arity.js

@@ -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 @@

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