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

levelup

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levelup - npm Package Compare versions

Comparing version 0.6.0-rc1 to 0.6.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

0.6.0 @ Feb 25 2013
===================
* complete transition to LevelDOWN for the LevelDB binding. No native code left in LevelUP @rvagg
- LevelDOWN now keeps its own ChangeLog at: https://github.com/rvagg/node-leveldown/blob/master/CHANGELOG.md
- LevelDB@1.9.0 and Snappy@1.1.0 are included in LevelDOWN@0.1.2
* simplify callback signature (remove extra, undocumented properties from some callbacks) @rvagg / @dominictarr
0.5.4 @ Feb 16 2013

@@ -2,0 +9,0 @@ ===================

4

package.json

@@ -24,6 +24,6 @@ {

]
, "version" : "0.6.0-rc1"
, "version" : "0.6.0"
, "main" : "lib/levelup.js"
, "dependencies" : {
"leveldown" : "~0.1.0"
"leveldown" : "~0.1.2"
, "errno" : "~0.0.3"

@@ -30,0 +30,0 @@ , "concat-stream" : "~0.1.1"

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