lodash.snakecase
Advanced tools
Comparing version 3.1.1 to 4.0.0
/** | ||
* lodash 3.1.1 (Custom Build) <https://lodash.com/> | ||
* lodash 4.0.0 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -4,0 +4,0 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> |
{ | ||
"name": "lodash.snakecase", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "The lodash method `_.snakeCase` exported as a module.", | ||
@@ -8,3 +8,3 @@ "homepage": "https://lodash.com/", | ||
"license": "MIT", | ||
"keywords": "lodash, lodash-modularized, stdlib, util, snakecase", | ||
"keywords": "lodash-modularized, snakecase", | ||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", | ||
@@ -19,5 +19,5 @@ "contributors": [ | ||
"dependencies": { | ||
"lodash.deburr": "^3.0.0", | ||
"lodash.words": "^3.0.0" | ||
"lodash.deburr": "^4.0.0", | ||
"lodash.words": "^4.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash.snakecase v3.1.1 | ||
# lodash.snakecase v4.0.0 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.snakeCase` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [documentation](https://lodash.com/docs#snakeCase) or [package source](https://github.com/lodash/lodash/blob/3.1.1-npm-packages/lodash.snakecase) for more details. | ||
See the [documentation](https://lodash.com/docs#snakeCase) or [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash.snakecase) for more details. |
Sorry, the diff of this file is not supported yet
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
4656
+ Addedlodash.deburr@4.1.0(transitive)
+ Addedlodash.words@4.2.0(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash.deburr@3.2.0(transitive)
- Removedlodash.words@3.2.0(transitive)
Updatedlodash.deburr@^4.0.0
Updatedlodash.words@^4.0.0