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

levelup

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levelup - npm Package Versions

1
11

0.4.2

Diff

Changelog

Source

[0.4.2] - 2012-12-30

Added

  • Add @ralphtheninja to contributors list (@rvagg)

Fixed

  • Use setImmediate instead of process.nextTick for node@0.9.5 compatibility (@rvagg)
rvagg
published 0.4.1 •

Changelog

Source

[0.4.1] - 2012-12-19

Removed

  • Remove useBatch option on writeStream() @rvagg
rvagg
published 0.4.0 •

Changelog

Source

[0.4.0] - 2012-12-17

Added

  • Add SQLite3 to test suite (@rvagg)
  • Add basic get() benchmarks (@rvagg)
  • Add compress boolean on open() (@rvagg)

Changed

  • Speed up batch() and allow non-Strings to C++ (@rvagg)
  • Improved compression test (@rvagg)
  • Return Strings not Buffers from C++ when possible (@rvagg)
  • Optimised encoders and decoders (@rvagg)
  • Revamped benchmark suite (@rvagg)
  • Allow JS Strings through to native layer (@rvagg)
  • Cleaner build for osx (@rvagg)
  • Upgrade to LevelDB@1.7 (@rvagg)

Removed

  • Remove old and unused util functions (@rvagg)
  • Remove compile warnings on osx (@rvagg)
  • Remove compile warnings for solaris (@rvagg)

Fixed

  • Fix batch() benchmarks (@rvagg)
rvagg
published 0.3.3 •

Changelog

Source

[0.3.3] - 2012-12-14

Added

  • Add compression tests (@rvagg)

Fixed

  • Fix Snappy compression (@rvagg)
rvagg
published 0.3.2 •

Changelog

Source

[0.3.2] - 2012-11-24

Added

  • Add more functional tests (@rvagg)
  • Add snapshot tests (@rvagg)

Changed

  • Emit raw keys and values in events (@rvagg)
rvagg
published 0.3.1 •

Changelog

Source

[0.3.1] - 2012-11-21

Added

  • Add benchmark suite (@rvagg)
  • Add limit option to ReadStream (@rvagg)
rvagg
published 0.3.0 •

Changelog

Source

[0.3.0] - 2012-11-18

Added

Changed

  • Document events (@rvagg)
  • Run the encoding on start and end in case your keys are JSON encoded (@raynos)
  • First attempt at deferring operations. All operations that used to throw when called before open are now called once the database is open (@raynos, @rvagg)

Fixed

  • If status is 'closing', call callback after db is closed (@raynos, @rvagg)
rvagg
published 0.2.1 •

Changelog

Source

[0.2.1] - 2012-10-28

Fixed

  • Fix db GC when using multiple ReadStream (@rvagg)
rvagg
published 0.2.0 •

Changelog

Source

[0.2.0] - 2012-10-28

Added

  • Add support for Solaris/SunOS/SmartOS (@rvagg)
rvagg
published 0.1.2 •

Changelog

Source

[0.1.2] - 2012-10-26

Fixed

  • Fix bug with falsey values on start and end, fixes #8 (@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