Comparing version 0.18.5 to 0.18.6
@@ -1,5 +0,5 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -6,0 +6,0 @@ |
@@ -1,5 +0,5 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -22,2 +22,2 @@ | ||
, EncodingError : createError('EncodingError', LevelUPError) | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -6,0 +6,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,5 +0,5 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -6,0 +6,0 @@ |
@@ -1,5 +0,5 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License | ||
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "levelup", | ||
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper", | ||
"version": "0.18.5", | ||
"version": "0.18.6", | ||
"contributors": [ | ||
@@ -36,3 +36,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"dependencies": { | ||
"bl": "~0.8.0", | ||
"bl": "~0.8.1", | ||
"deferred-leveldown": "~0.2.0", | ||
@@ -39,0 +39,0 @@ "errno": "~0.1.1", |
@@ -723,11 +723,11 @@ LevelUP | ||
<a name="licence"></a> | ||
Licence & copyright | ||
<a name="license"></a> | ||
License & copyright | ||
------------------- | ||
Copyright (c) 2012-2013 LevelUP contributors (listed above). | ||
Copyright (c) 2012-2014 LevelUP contributors (listed above). | ||
LevelUP is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. | ||
LevelUP 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. | ||
======= | ||
*LevelUP 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).* |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -80,2 +80,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -372,2 +372,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -170,2 +170,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -90,2 +90,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -68,2 +68,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -81,2 +81,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -43,2 +43,2 @@ | ||
process.exit(err ? -1 : 0) | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -50,2 +50,2 @@ | ||
process.exit(err ? -1 : 0) | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -102,2 +102,2 @@ | ||
} | ||
]) | ||
]) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -97,2 +97,2 @@ | ||
}) | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -185,2 +185,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -81,2 +81,2 @@ | ||
}) | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -72,2 +72,2 @@ | ||
} | ||
}) | ||
}) |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
@@ -1,4 +0,4 @@ | ||
/* Copyright (c) 2012-2013 LevelUP contributors | ||
/* Copyright (c) 2012-2014 LevelUP contributors | ||
* See list at <https://github.com/rvagg/node-levelup#contributing> | ||
* MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> | ||
* MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> | ||
*/ | ||
@@ -5,0 +5,0 @@ |
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
4565
225373
Updatedbl@~0.8.1