Socket
Socket
Sign inDemoInstall

lodash.keys

Package Overview
Dependencies
0
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

10

index.js
/**
* lodash 4.0.2 (Custom Build) <https://lodash.com/>
* lodash 4.0.3 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="npm" -o ./`

@@ -95,3 +95,2 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>

* @private
* @type Function
* @param {Object} object The object to query.

@@ -187,3 +186,3 @@ * @returns {Array} Returns the array of property names.

* @memberOf _
* @type Function
* @type {Function}
* @category Lang

@@ -215,3 +214,2 @@ * @param {*} value The value to check.

* @memberOf _
* @type Function
* @category Lang

@@ -245,3 +243,2 @@ * @param {*} value The value to check.

* @memberOf _
* @type Function
* @category Lang

@@ -317,3 +314,4 @@ * @param {*} value The value to check.

function isLength(value) {
return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
return typeof value == 'number' &&
value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
}

@@ -320,0 +318,0 @@

2

package.json
{
"name": "lodash.keys",
"version": "4.0.2",
"version": "4.0.3",
"description": "The lodash method `_.keys` exported as a module.",

@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/",

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

# lodash.keys v4.0.2
# lodash.keys v4.0.3

@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.keys` exported as a [Node.js](https://nodejs.org/) module.

See the [documentation](https://lodash.com/docs#keys) or [package source](https://github.com/lodash/lodash/blob/4.0.2-npm-packages/lodash.keys) for more details.
See the [documentation](https://lodash.com/docs#keys) or [package source](https://github.com/lodash/lodash/blob/4.0.3-npm-packages/lodash.keys) for more details.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc