Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

encoding-down

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encoding-down - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

8

CHANGELOG.md

@@ -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

2

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc