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

leveldown

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leveldown - npm Package Versions

1
11

1.0.0

Diff

Changelog

Source

[1.0.0] - 2014-08-26

Changed

  • Upgrade to nan@1.3 for Node 0.11.13+ support (@rvagg)
  • Upgrade to LevelDB@1.17.0 (@kesla)
  • Allow writing empty values: null, undefined, '', [] and Buffer(0). Entries come out as '' or Buffer(0) (@ggreer, @juliangruber, @rvagg)
  • Massive speed up of iterators by chunking reads (@kesla)
  • Wrap in abstract-leveldown for consistent type-checking across *DOWNs (@kesla)
  • Switch to plain MIT license (@andrewrk)

Removed

  • Remove compile option that borked EL5 compiles (@rvagg)

Fixed

  • Fix clang build (@thlorenz)
  • Fix minor memory leaks in options attributes (@ggreer)
rvagg
published 0.10.2 •

Changelog

Source

[0.10.2] - 2013-11-30

Fixed

rvagg
published 0.10.1 •

Changelog

Source

[0.10.1] - 2013-11-21

From this release and onward, tags in git start with the prefix v, i.e. this release corresponds to the tag v0.10.1.

Changed

  • Upgrade to nan@0.6 for Node 0.11.6 support, v8::Local<T>::New(val) rewritten to NanNewLocal<T>(val) (@rvagg)
rvagg
published 0.10.0 •

Changelog

Source

[0.10.0] - 2013-11-18

Added

  • Add new simple batch() leak tester (@rvagg)

Changed

  • Upgrade to Snappy@1.1.1 (@rvagg and @No9)
  • Upgrade to nan@0.5.x (@rvagg)
  • Upgrade to abstract-leveldown@0.11.x for testing (@rvagg)
  • Switch all callback->Call()s to node::MakeCallback() to properly support Node.js domains (@rvagg)
  • Enable LevelDB's BloomFilter (@Kyotoweb)
  • Properly enable compression by default (@Kyotoweb)

Removed

  • Remove Persistent references for all batch() operations as WriteBatch takes an explicit copy of the data (@mcollina and @rvagg)

Fixed

rvagg
published 0.9.2 •

Changelog

Source

[0.9.2] - 2013-11-02

Fixed

  • Minor fixes to support Node@0.11.8 and new Linux gcc (warnings) (@rvagg)
rvagg
published 0.9.1 •

Changelog

Source

[0.9.1] - 2013-10-03

Fixed

  • Include port_uv.h for Windows compile, added test to suite to make sure this happens every time LevelDB is upgraded (@rvagg)
rvagg
published 0.9.0 •

Changelog

Source

[0.9.0] - 2013-10-01

Changed

  • Upgrade to LevelDB@0.14.0, includes change from .sst to .ldb file extension for SST files (@rvagg)
rvagg
published 0.8.3 •

Changelog

Source

[0.8.3] - 2013-09-18

The diff between this version and the previous shows 0.8.4 in the commit message. This is incorrect, since that version was never released.

Changed

  • Upgrade to nan@0.4.0, better support for latest Node master & support for installing within directory structures containing spaces in directory names (@rvagg)
rvagg
published 0.8.2 •

Changelog

Source

[0.8.2] - 2013-09-01

Added

rvagg
published 0.8.1 •

Changelog

Source

[0.8.1] - 2013-09-01

Added

Fixed

  • Fix minor V8-level leaks (@rvagg)
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