encoding-down
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -5,2 +5,7 @@ # Changelog | ||
## [5.0.3] - 2018-05-30 | ||
### Changed | ||
* Replace `util.inherits` with `inherits` module (@ralphtheninja) | ||
## [5.0.2] - 2018-05-23 | ||
@@ -200,3 +205,4 @@ | ||
[Unreleased]: https://github.com/level/encoding-down/compare/v5.0.2...HEAD | ||
[Unreleased]: https://github.com/level/encoding-down/compare/v5.0.3...HEAD | ||
[5.0.3]: https://github.com/level/encoding-down/compare/v5.0.2...v5.0.3 | ||
[5.0.2]: https://github.com/level/encoding-down/compare/v5.0.1...v5.0.2 | ||
@@ -203,0 +209,0 @@ [5.0.1]: https://github.com/level/encoding-down/compare/v5.0.0...v5.0.1 |
@@ -6,3 +6,3 @@ 'use strict' | ||
var AbstractIterator = require('abstract-leveldown').AbstractIterator | ||
var inherits = require('util').inherits | ||
var inherits = require('inherits') | ||
var xtend = require('xtend') | ||
@@ -9,0 +9,0 @@ var Codec = require('level-codec') |
{ | ||
"name": "encoding-down", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"license": "MIT", | ||
@@ -19,2 +19,3 @@ "repository": "level/encoding-down", | ||
"abstract-leveldown": "^5.0.0", | ||
"inherits": "^2.0.3", | ||
"level-codec": "^9.0.0", | ||
@@ -21,0 +22,0 @@ "level-errors": "^2.0.0", |
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
24588
5
7
+ Addedinherits@^2.0.3
+ Addedinherits@2.0.4(transitive)