lodash._setbinddata
Advanced tools
Comparing version 2.4.0 to 2.4.1
/** | ||
* Lo-Dash 2.4.0 (Custom Build) <http://lodash.com/> | ||
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> | ||
* Build: `lodash modularize modern exports="npm" -o ./npm/` | ||
@@ -9,4 +9,4 @@ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> | ||
*/ | ||
var noop = require('lodash.noop'), | ||
reNative = require('lodash._renative'); | ||
var isNative = require('lodash._isnative'), | ||
noop = require('lodash.noop'); | ||
@@ -26,3 +26,3 @@ /** Used as the property descriptor for `__bindData__` */ | ||
var o = {}, | ||
func = reNative.test(func = Object.defineProperty) && func, | ||
func = isNative(func = Object.defineProperty) && func, | ||
result = func(o, o, o) && func; | ||
@@ -29,0 +29,0 @@ } catch(e) { } |
{ | ||
"name": "lodash._setbinddata", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "The internal Lo-Dash function `setBindData` as a Node.js module generated by lodash-cli.", | ||
@@ -17,5 +17,5 @@ "homepage": "http://lodash.com/custom-builds", | ||
"dependencies": { | ||
"lodash.noop": "~2.4.0", | ||
"lodash._renative": "~2.4.0" | ||
"lodash._isnative": "~2.4.1", | ||
"lodash.noop": "~2.4.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash._setbinddata v2.4.0 | ||
# lodash._setbinddata v2.4.1 | ||
@@ -3,0 +3,0 @@ The internal [Lo-Dash](http://lodash.com/) function `setBindData` as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/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
4466
+ Addedlodash._isnative@~2.4.1
+ Addedlodash._isnative@2.4.1(transitive)
- Removedlodash._renative@~2.4.0
- Removedlodash._renative@2.4.0(transitive)
Updatedlodash.noop@~2.4.1