lodash.keysin
Advanced tools
Comparing version 3.0.4 to 3.0.5
18
index.js
/** | ||
* lodash 3.0.4 (Custom Build) <https://lodash.com/> | ||
* lodash 3.0.5 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modern modularize exports="npm" -o ./` | ||
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/> | ||
* Based on Underscore.js 1.8.2 <http://underscorejs.org/LICENSE> | ||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> | ||
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors | ||
@@ -37,3 +37,9 @@ * Available under MIT license <https://lodash.com/license> | ||
(function(x) { | ||
var Ctor = function() { this.x = x; }, | ||
object = { '0': x, 'length': x }, | ||
props = []; | ||
Ctor.prototype = { 'valueOf': x, 'y': x }; | ||
for (var key in new Ctor) { props.push(key); } | ||
/** | ||
@@ -45,4 +51,4 @@ * Detect if `arguments` object indexes are non-enumerable. | ||
* `arguments` object indexes as non-enumerable and fail `hasOwnProperty` | ||
* checks for indexes that exceed their function's formal parameters with | ||
* associated values of `0`. | ||
* checks for indexes that exceed the number of function parameters and | ||
* whose associated argument values are `0`. | ||
* | ||
@@ -57,3 +63,3 @@ * @memberOf _.support | ||
} | ||
}(0, 0)); | ||
}(1, 0)); | ||
@@ -122,3 +128,3 @@ /** | ||
* @category Object | ||
* @param {Object} object The object to inspect. | ||
* @param {Object} object The object to query. | ||
* @returns {Array} Returns the array of property names. | ||
@@ -125,0 +131,0 @@ * @example |
{ | ||
"name": "lodash.keysin", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "The modern build of lodash’s `_.keysIn` as a module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/", |
@@ -1,2 +0,2 @@ | ||
# lodash.keysin v3.0.4 | ||
# lodash.keysin v3.0.5 | ||
@@ -20,2 +20,2 @@ The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.keysIn` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. | ||
See the [documentation](https://lodash.com/docs#keysIn) or [package source](https://github.com/lodash/lodash/blob/3.0.4-npm-packages/lodash.keysin) for more details. | ||
See the [documentation](https://lodash.com/docs#keysIn) or [package source](https://github.com/lodash/lodash/blob/3.0.5-npm-packages/lodash.keysin) for more details. |
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
7540
153