Socket
Socket
Sign inDemoInstall

lodash.keys

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.keys - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

8

index.js
/**
* 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).

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc