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

level

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

6

CHANGELOG.md

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

## [3.0.2] - 2018-05-23
### Changed
* Switch to `opencollective-postinstall` (@mateodelnorte)
## [3.0.1] - 2018-05-05

@@ -249,2 +254,3 @@

[Unreleased]: https://github.com/level/level/compare/v3.0.1...HEAD
[3.0.2]: https://github.com/level/level/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/level/level/compare/v3.0.0...v3.0.1

@@ -251,0 +257,0 @@ [3.0.0]: https://github.com/level/level/compare/v2.1.2...v3.0.0

6

package.json
{
"name": "level",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
"version": "3.0.1",
"version": "3.0.2",
"contributors": [

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

"leveldown": "^3.0.0",
"opencollective": "^1.0.3"
"opencollective-postinstall": "^2.0.0"
},

@@ -47,3 +47,3 @@ "devDependencies": {

"test": "standard && node test.js",
"postinstall": "opencollective postinstall || exit 0"
"postinstall": "opencollective-postinstall || exit 0"
},

@@ -50,0 +50,0 @@ "engines": {

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