abstract-leveldown
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -175,4 +175,4 @@ /**** SETUP & UTILITY STUFF ****/ | ||
module.exports.errorValues(test, BufferType) | ||
module.exports.nonErrorKeys(test) | ||
module.exports.nonErrorValues(test, BufferType) | ||
module.exports.tearDown(test, testCommon) | ||
} |
{ | ||
"name": "abstract-leveldown", | ||
"description": "An abstract prototype matching the LevelDOWN API", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"contributors": [ | ||
@@ -11,3 +11,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"Max Ogden <max@maxogden.com> (https://github.com/maxogden)", | ||
"Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)", | ||
"Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)", | ||
"David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)", | ||
@@ -19,9 +19,10 @@ "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)", | ||
"Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)", | ||
"James Halliday <mail@substack.net> (https://github.com/substack)" | ||
"James Halliday <mail@substack.net> (https://github.com/substack)", | ||
"Thomas Watson Steen <w@tson.dk> (https://github.com/watson)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rvagg/node-abstract-leveldown.git" | ||
"url": "https://github.com/level/abstract-leveldown.git" | ||
}, | ||
"homepage": "https://github.com/rvagg/node-abstract-leveldown", | ||
"homepage": "https://github.com/level/abstract-leveldown", | ||
"keywords": [ | ||
@@ -28,0 +29,0 @@ "leveldb", |
@@ -1,7 +0,9 @@ | ||
# Abstract LevelDOWN [![Build Status](https://secure.travis-ci.org/rvagg/abstract-leveldown.png)](http://travis-ci.org/rvagg/abstract-leveldown) | ||
# Abstract LevelDOWN [![Build Status](https://secure.travis-ci.org/Level/abstract-leveldown.png)](http://travis-ci.org/Level/abstract-leveldown) | ||
<img alt="LevelDB Logo" height="100" src="http://leveldb.org/img/logo.svg"> | ||
[![NPM](https://nodei.co/npm/abstract-leveldown.png?downloads=true&downloadRank=true)](https://nodei.co/npm/abstract-leveldown/) | ||
[![NPM](https://nodei.co/npm-dl/abstract-leveldown.png?months=6&height=3)](https://nodei.co/npm/abstract-leveldown/) | ||
An abstract prototype matching the **[LevelDOWN](https://github.com/rvagg/node-leveldown/)** API. Useful for extending **[LevelUP](https://github.com/rvagg/node-levelup)** functionality by providing a replacement to LevelDOWN. | ||
An abstract prototype matching the **[LevelDOWN](https://github.com/level/leveldown/)** API. Useful for extending **[LevelUP](https://github.com/level/levelup)** functionality by providing a replacement to LevelDOWN. | ||
@@ -131,3 +133,3 @@ As of version 0.7, LevelUP allows you to pass a `'db'` option when you create a new instance. This will override the default LevelDOWN store with a LevelDOWN API compatible object. | ||
See the [CONTRIBUTING.md](https://github.com/rvagg/node-levelup/blob/master/CONTRIBUTING.md) file for more details. | ||
See the [CONTRIBUTING.md](https://github.com/level/levelup/blob/master/CONTRIBUTING.md) file for more details. | ||
@@ -159,4 +161,4 @@ ### Contributors | ||
Copyright (c) 2012-2014 Abstract LevelDOWN contributors (listed above). | ||
Copyright (c) 2012-2015 Abstract LevelDOWN contributors (listed above). | ||
Abstract LevelDOWN is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114225
163
1