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

level-iterator-stream

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-iterator-stream - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

10

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [3.0.0] - 2018-06-28
### Removed
* Remove node 4 (@ralphtheninja)
## [2.0.2] - 2018-06-28

@@ -11,2 +16,4 @@

**Historical Note** We made a mistake releasing `v2.0.1` with the `engines` field in `package.json` set to node 6 as minimal version. This caused problems for users of yarn. We therefore released `v2.0.2` which restored node 4 and a new major directly after this.
## [2.0.1] - 2018-06-10

@@ -83,3 +90,4 @@

[Unreleased]: https://github.com/level/iterator-stream/compare/v2.0.2...HEAD
[Unreleased]: https://github.com/level/iterator-stream/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/level/iterator-stream/compare/v2.0.2...v3.0.0
[2.0.2]: https://github.com/level/iterator-stream/compare/v2.0.1...v2.0.2

@@ -86,0 +94,0 @@ [2.0.1]: https://github.com/level/iterator-stream/compare/v2.0.0...v2.0.1

4

package.json
{
"name": "level-iterator-stream",
"version": "2.0.2",
"version": "3.0.0",
"description": "Turn a leveldown iterator into a readable stream",

@@ -21,5 +21,5 @@ "scripts": {

"engines": {
"node": ">=4"
"node": ">=6"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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