lodash.invert
Advanced tools
Comparing version 2.3.0 to 2.4.0
/** | ||
* Lo-Dash 2.3.0 (Custom Build) <http://lodash.com/> | ||
* Lo-Dash 2.4.0 (Custom Build) <http://lodash.com/> | ||
* Build: `lodash modularize modern exports="npm" -o ./npm/` | ||
@@ -21,3 +21,3 @@ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> | ||
* | ||
* _.invert({ 'first': 'fred', 'second': 'barney' }); | ||
* _.invert({ 'first': 'fred', 'second': 'barney' }); | ||
* // => { 'fred': 'first', 'barney': 'second' } | ||
@@ -24,0 +24,0 @@ */ |
{ | ||
"name": "lodash.invert", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "The Lo-Dash function `_.invert` as a Node.js module generated by lodash-cli.", | ||
@@ -18,4 +18,4 @@ "homepage": "http://lodash.com/custom-builds", | ||
"dependencies": { | ||
"lodash.keys": "~2.3.0" | ||
"lodash.keys": "~2.4.0" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash.invert v2.3.0 | ||
# lodash.invert v2.4.0 | ||
@@ -3,0 +3,0 @@ The [Lo-Dash](http://lodash.com/) function [`_.invert`](http://lodash.com/docs#invert) 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
+ Addedlodash._isnative@2.4.1(transitive)
+ Addedlodash._objecttypes@2.4.1(transitive)
+ Addedlodash._shimkeys@2.4.1(transitive)
+ Addedlodash.isobject@2.4.1(transitive)
+ Addedlodash.keys@2.4.1(transitive)
- Removedlodash._objecttypes@2.3.0(transitive)
- Removedlodash._renative@2.3.0(transitive)
- Removedlodash._shimkeys@2.3.0(transitive)
- Removedlodash.isobject@2.3.0(transitive)
- Removedlodash.keys@2.3.0(transitive)
Updatedlodash.keys@~2.4.0