Socket
Socket
Sign inDemoInstall

leveldown

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leveldown - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

src/nan.h

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.7.0 @ Aug 11 2013
===================
* Added @pgte to contributors list
* (very) Minor perf improvements in C++ (@mscdex)
* Use NAN <https://github.com/rvagg/nan> for Node 0.8->0.11 compatibility
0.6.2 @ Jul 07 2013

@@ -2,0 +8,0 @@ ===================

7

package.json

@@ -16,2 +16,3 @@ {

, "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
, "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)"
]

@@ -21,6 +22,6 @@ , "keywords": [

]
, "version" : "0.6.2"
, "version" : "0.7.0"
, "main" : "index.js"
, "dependencies" : {
"bindings" : "~1.1.0"
"bindings" : "~1.1.1"
}

@@ -32,3 +33,3 @@ , "devDependencies" : {

, "readfiletree" : "~0.0.0"
, "abstract-leveldown" : "~0.7.0"
, "abstract-leveldown" : "~0.9.0"
, "monotonic-timestamp" : "~0.0.8"

@@ -35,0 +36,0 @@ , "du" : "~0.0.1"

@@ -11,2 +11,4 @@ LevelDOWN

[![NPM](https://nodei.co/npm/leveldown.png)](https://nodei.co/npm/leveldown/)
LevelDOWN was extracted from [LevelUP](https://github.com/rvagg/node-levelup) and now serves as a stand-alone binding for LevelDB.

@@ -256,8 +258,4 @@

LevelUP currently tracks and manages state and will prevent out-of-state operations from being send to LevelDOWN. If you use LevelDOWN directly then you must track and manage state.
LevelUP currently tracks and manages state and will prevent out-of-state operations from being send to LevelDOWN. If you use LevelDOWN directly then you must track and manage state for yourself.
### Iterators
You should make sure to **always** `end()` your LevelDOWN Iterators, it will not be done for you, even on a `close()` of the database your Iterator belongs to. If you don't `end()` then the underlying resources aren't cleaned up and this will result in a Node process death.
<a name="support"></a>

@@ -299,2 +297,3 @@ Getting support

<tr><th align="left">Matteo Collina</th><td><a href="https://github.com/mcollina">GitHub/mcollina</a></td><td><a href="https://twitter.com/matteocollina">Twitter/@matteocollina</a></td></tr>
<tr><th align="left">Pedro Teixeira</th><td><a href="https://github.com/pgte">GitHub/pgte</a></td><td><a href="https://twitter.com/pgte">Twitter/@pgte</a></td></tr>
</tbody></table>

@@ -315,2 +314,2 @@

*LevelDOWN builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the [New BSD Licence](http://opensource.org/licenses/BSD-3-Clause).*
*LevelDOWN builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the [New BSD Licence](http://opensource.org/licenses/BSD-3-Clause).*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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