lodash._setbinddata
Advanced tools
Comparing version 2.0.0 to 2.1.0
/** | ||
* @license | ||
* Lo-Dash 2.0.0 <http://lodash.com/> | ||
* Lo-Dash 2.1.0 (Custom Build) <http://lodash.com/> | ||
* Build: `lodash modularize modern exports="npm" -o ./npm` | ||
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> | ||
@@ -10,2 +10,3 @@ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> | ||
var getObject = require('lodash._getobject'), | ||
noop = require('lodash._noop'), | ||
reNative = require('lodash._renative'), | ||
@@ -33,3 +34,3 @@ releaseObject = require('lodash._releaseobject'); | ||
*/ | ||
var setBindData = function(func, value) { | ||
var setBindData = !defineProperty ? noop : function(func, value) { | ||
var descriptor = getObject(); | ||
@@ -36,0 +37,0 @@ descriptor.value = value; |
{ | ||
"name": "lodash._setbinddata", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "The internal Lo-Dash function `setBindData` as a Node.js module generated by lodash-cli.", | ||
"homepage": "http://lodash.com/custom-builds", | ||
"license": "MIT", | ||
"keywords": ["customize", "functional", "lodash", "performance", "speed", "util"], | ||
"keywords": ["functional", "lodash", "lodash-modularized", "performance", "speed", "util"], | ||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", | ||
@@ -18,6 +18,7 @@ "contributors": [ | ||
"dependencies": { | ||
"lodash._getobject": "~2.0.0", | ||
"lodash._renative": "~2.0.0", | ||
"lodash._releaseobject": "~2.0.0" | ||
"lodash._getobject": "~2.1.0", | ||
"lodash._noop": "~2.1.0", | ||
"lodash._renative": "~2.1.0", | ||
"lodash._releaseobject": "~2.1.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash._setbinddata v2.0.0 | ||
# lodash._setbinddata v2.1.0 | ||
@@ -3,0 +3,0 @@ The internal Lo-Dash function `setBindData` as a Node.js module generated by lodash-cli. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4781
36
4
+ Addedlodash._noop@~2.1.0
+ Addedlodash._getobject@2.1.0(transitive)
+ Addedlodash._maxpoolsize@2.1.0(transitive)
+ Addedlodash._noop@2.1.0(transitive)
+ Addedlodash._objectpool@2.1.0(transitive)
+ Addedlodash._releaseobject@2.1.0(transitive)
+ Addedlodash._renative@2.1.0(transitive)
- Removedlodash._getobject@2.0.0(transitive)
- Removedlodash._maxpoolsize@2.0.0(transitive)
- Removedlodash._objectpool@2.0.0(transitive)
- Removedlodash._releaseobject@2.0.0(transitive)
- Removedlodash._renative@2.0.0(transitive)
Updatedlodash._getobject@~2.1.0
Updatedlodash._releaseobject@~2.1.0
Updatedlodash._renative@~2.1.0