Socket
Socket
Sign inDemoInstall

level-mem

Package Overview
Dependencies
25
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 5.0.0

27

CHANGELOG.md

@@ -5,4 +5,11 @@ # Changelog

## [Unreleased][unreleased]
## [5.0.0] - 2019-09-06
### Changed
- **Breaking:** Upgrade `memdown` from `^4.0.0` to `^5.0.0` ([#56](https://github.com/Level/mem/issues/56)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `hallmark` devDependency from `^0.1.0` to `^2.0.0` ([#54](https://github.com/Level/mem/issues/54), [#58](https://github.com/Level/mem/issues/58)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `standard` devDependency from `^12.0.0` to `^14.0.0` ([#53](https://github.com/Level/mem/issues/53), [#57](https://github.com/Level/mem/issues/57)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#52](https://github.com/Level/mem/issues/52)) ([**@vweevers**](https://github.com/vweevers))
## [4.0.0] - 2019-03-30

@@ -122,18 +129,18 @@

[unreleased]: https://github.com/level/mem/compare/v4.0.0...HEAD
[5.0.0]: https://github.com/Level/mem/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/level/mem/compare/v3.0.1...v4.0.0
[4.0.0]: https://github.com/Level/mem/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/level/mem/compare/v3.0.0...v3.0.1
[3.0.1]: https://github.com/Level/mem/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/level/mem/compare/v2.0.0...v3.0.0
[3.0.0]: https://github.com/Level/mem/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/level/mem/compare/v1.0.2...v2.0.0
[2.0.0]: https://github.com/Level/mem/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/level/mem/compare/v1.0.1...v1.0.2
[1.0.2]: https://github.com/Level/mem/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/level/mem/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/Level/mem/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/level/mem/compare/v0.18.0...v1.0.0
[1.0.0]: https://github.com/Level/mem/compare/v0.18.0...v1.0.0
[0.18.0]: https://github.com/level/mem/compare/0.17.0...v0.18.0
[0.18.0]: https://github.com/Level/mem/compare/0.17.0...v0.18.0
{
"name": "level-mem",
"version": "4.0.0",
"version": "5.0.0",
"description": "A convenience package bundling LevelUP & MemDOWN",

@@ -16,3 +16,3 @@ "license": "MIT",

"level-packager": "^5.0.0",
"memdown": "^4.0.0"
"memdown": "^5.0.0"
},

@@ -22,6 +22,6 @@ "devDependencies": {

"dependency-check": "^3.3.0",
"hallmark": "^0.1.0",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"nyc": "^13.2.0",
"standard": "^12.0.0",
"nyc": "^14.0.0",
"standard": "^14.0.0",
"tape": "^4.9.0"

@@ -28,0 +28,0 @@ },

@@ -52,3 +52,3 @@ # level-mem

To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level), [npm](https://www.npmjs.com/) packages and (soon) [our website](http://leveldb.org). 💖
To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level) and [npm](https://www.npmjs.com/) packages. 💖

@@ -67,2 +67,2 @@ ### Backers

[level-badge]: http://leveldb.org/img/badge.svg
[level-badge]: https://leveljs.org/img/badge.svg

@@ -5,2 +5,8 @@ # Upgrade Guide

## v5
Upgraded to [`memdown@5.0.0`](https://github.com/Level/memdown/blob/v5.0.0/UPGRADING.md#v5):
> Support of keys & values other than strings and Buffers has been dropped. Internally `memdown` now stores keys & values as Buffers which solves a number of compatibility issues ([Level/memdown#186](https://github.com/Level/memdown/issues/186)). If you pass in a key or value that isn't a string or Buffer, it will be irreversibly stringified.
## v4

@@ -7,0 +13,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc