🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

lodash.join

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.join - npm Package Compare versions

Comparing version

to
4.0.1

4

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

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

/** Used for built-in method references. */
var arrayProto = global.Array.prototype;
var arrayProto = Array.prototype;

@@ -14,0 +14,0 @@ /* Built-in method references for those with the same name as other `lodash` methods. */

{
"name": "lodash.join",
"version": "4.0.0",
"version": "4.0.1",
"description": "The lodash method `_.join` exported as a module.",

@@ -8,3 +8,3 @@ "homepage": "https://lodash.com/",

"license": "MIT",
"keywords": "lodash, lodash-modularized, stdlib, util, join",
"keywords": "lodash-modularized, join",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",

@@ -11,0 +11,0 @@ "contributors": [

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

# lodash.join v4.0.0
# lodash.join v4.0.1

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

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