Socket
Socket
Sign inDemoInstall

level-mem

Package Overview
Dependencies
2
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

UPGRADING.md

16

CHANGELOG.md

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

## [3.0.0] - 2018-05-23
### Added
* Add node 10 to Travis (@ralphtheninja)
* Add `UPGRADING.md` (@ralphtheninja)
### Changed
* Update `memdown` to `~3.0.0` (@ralphtheninja)
* Update `level-packager` to `~3.0.0` (@ralphtheninja)
### Removed
* Remove node 4 from Travis (@ralphtheninja)
## [2.0.0] - 2018-02-14

@@ -59,3 +72,4 @@

[Unreleased]: https://github.com/level/mem/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/level/mem/compare/v3.0.0...HEAD
[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

@@ -62,0 +76,0 @@ [1.0.2]: https://github.com/level/mem/compare/v1.0.1...v1.0.2

8

package.json
{
"name": "level-mem",
"description": "A convenience package bundling LevelUP & MemDOWN",
"version": "2.0.0",
"version": "3.0.0",
"contributors": [

@@ -24,4 +24,4 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)"

"dependencies": {
"memdown": "~2.0.0",
"level-packager": "~2.1.1"
"memdown": "~3.0.0",
"level-packager": "~3.0.0"
},

@@ -35,5 +35,5 @@ "devDependencies": {

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

@@ -38,2 +38,4 @@ # level-mem

**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md).
## Contributing

@@ -40,0 +42,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