lodash.keys
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,8 +9,8 @@ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> | ||
*/ | ||
var isObject = require('lodash.isobject'), | ||
reNative = require('lodash._renative'), | ||
var isNative = require('lodash._isnative'), | ||
isObject = require('lodash.isobject'), | ||
shimKeys = require('lodash._shimkeys'); | ||
/* Native method shortcuts for methods with the same name as other `lodash` methods */ | ||
var nativeKeys = reNative.test(nativeKeys = Object.keys) && nativeKeys; | ||
var nativeKeys = isNative(nativeKeys = Object.keys) && nativeKeys; | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"name": "lodash.keys", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli.", | ||
@@ -18,6 +18,6 @@ "homepage": "http://lodash.com/custom-builds", | ||
"dependencies": { | ||
"lodash.isobject": "~2.4.0", | ||
"lodash._renative": "~2.4.0", | ||
"lodash._shimkeys": "~2.4.0" | ||
"lodash._isnative": "~2.4.1", | ||
"lodash.isobject": "~2.4.1", | ||
"lodash._shimkeys": "~2.4.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash.keys v2.4.0 | ||
# lodash.keys v2.4.1 | ||
@@ -3,0 +3,0 @@ The [Lo-Dash](http://lodash.com/) function [`_.keys`](http://lodash.com/docs#keys) 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
4526
+ Addedlodash._isnative@~2.4.1
+ Addedlodash._isnative@2.4.1(transitive)
- Removedlodash._renative@~2.4.0
- Removedlodash._renative@2.4.0(transitive)
Updatedlodash._shimkeys@~2.4.1
Updatedlodash.isobject@~2.4.1