partitioninfo
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [1.0.1] - 2015-07-27 | ||
### Changed | ||
- Add `lodash` to the dependencies list. | ||
[1.0.1]: https://github.com/resin-io/resin-sdk/compare/v1.0.0...v1.0.1 |
{ | ||
"name": "partitioninfo", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get information about a partition from an image file", | ||
@@ -35,3 +35,2 @@ "main": "build/partitioninfo.js", | ||
"jsdoc-to-markdown": "^1.1.1", | ||
"lodash": "^3.10.0", | ||
"mocha": "~2.0.1", | ||
@@ -43,2 +42,3 @@ "mochainon": "^1.0.0", | ||
"bluebird": "^2.9.32", | ||
"lodash": "^3.10.0", | ||
"mbr": "^0.4.4", | ||
@@ -45,0 +45,0 @@ "tmp": "0.0.26" |
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
10
32661
4
24
+ Addedlodash@^3.10.0
+ Addedlodash@3.10.1(transitive)