Socket
Socket
Sign inDemoInstall

lodash.createcallback

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.createcallback - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

11

index.js
/**
* Lo-Dash 2.3.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 2.4.0 (Custom Build) <http://lodash.com/>
* Build: `lodash modularize modern exports="npm" -o ./npm/`

@@ -12,3 +12,4 @@ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>

isObject = require('lodash.isobject'),
keys = require('lodash.keys');
keys = require('lodash.keys'),
property = require('lodash.property');

@@ -23,3 +24,3 @@ /**

* @memberOf _
* @category Functions
* @category Utilities
* @param {*} [func=identity] The value to convert to a callback.

@@ -54,5 +55,3 @@ * @param {*} [thisArg] The `this` binding of the created callback.

if (type != 'object') {
return function(object) {
return object[func];
};
return property(func);
}

@@ -59,0 +58,0 @@ var props = keys(func),

{
"name": "lodash.createcallback",
"version": "2.3.0",
"version": "2.4.0",
"description": "The Lo-Dash function `_.createCallback` as a Node.js module generated by lodash-cli.",

@@ -18,7 +18,8 @@ "homepage": "http://lodash.com/custom-builds",

"dependencies": {
"lodash._basecreatecallback": "~2.3.0",
"lodash._baseisequal": "~2.3.0",
"lodash.isobject": "~2.3.0",
"lodash.keys": "~2.3.0"
"lodash._basecreatecallback": "~2.4.0",
"lodash._baseisequal": "~2.4.0",
"lodash.isobject": "~2.4.0",
"lodash.keys": "~2.4.0",
"lodash.property": "~2.4.0"
}
}
}

@@ -1,2 +0,2 @@

# lodash.createcallback v2.3.0
# lodash.createcallback v2.4.0

@@ -3,0 +3,0 @@ The [Lo-Dash](http://lodash.com/) function [`_.createCallback`](http://lodash.com/docs#createCallback) as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli).

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