Comparing version 1.3.6 to 1.3.7
@@ -7,2 +7,5 @@ # Change Log | ||
## [1.3.7] - 2016-07-28 | ||
- [#150](https://github.com/SparkPost/node-sparkpost/pull/150) Upgrade lodash version to 4 (@rnzo) | ||
## [1.3.6] - 2016-07-14 | ||
@@ -9,0 +12,0 @@ - [#148](https://github.com/SparkPost/node-sparkpost/pull/148) Preserve array/object structure of API data (@gpittarelli) |
{ | ||
"name": "sparkpost", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs", | ||
@@ -44,5 +44,5 @@ "main": "./lib/sparkpost.js", | ||
"json-pointer": "^0.5.0", | ||
"lodash": "^3.9.3", | ||
"lodash": "^4.13.1", | ||
"request": "^2.72.0" | ||
} | ||
} |
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
281513
+ Addedlodash@4.17.21(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@^4.13.1