datastore-level
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -0,1 +1,6 @@ | ||
<a name="0.10.0"></a> | ||
# [0.10.0](https://github.com/ipfs/js-datastore-level/compare/v0.9.0...v0.10.0) (2018-10-24) | ||
<a name="0.9.0"></a> | ||
@@ -2,0 +7,0 @@ # [0.9.0](https://github.com/ipfs/js-datastore-level/compare/v0.8.0...v0.9.0) (2018-09-19) |
{ | ||
"name": "datastore-level", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Datastore implementation with level(up|down) backend", | ||
@@ -43,5 +43,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"datastore-core": "~0.5.0", | ||
"datastore-core": "~0.6.0", | ||
"encoding-down": "^5.0.4", | ||
"interface-datastore": "~0.5.0", | ||
"interface-datastore": "~0.6.0", | ||
"level-js": "github:timkuijsten/level.js#idbunwrapper", | ||
@@ -53,6 +53,6 @@ "leveldown": "^3.0.2", | ||
"devDependencies": { | ||
"aegir": "^15.2.0", | ||
"aegir": "^15.3.1", | ||
"async": "^2.6.1", | ||
"chai": "^4.1.2", | ||
"cids": "~0.5.3", | ||
"chai": "^4.2.0", | ||
"cids": "~0.5.5", | ||
"dirty-chai": "^2.0.1", | ||
@@ -68,4 +68,5 @@ "flow-bin": "~0.81.0", | ||
"Richard Schneider <makaretu@gmail.com>", | ||
"Vasco Santos <vasco.santos@moxy.studio>", | ||
"Victor Bjelkholm <victorbjelkholm@gmail.com>" | ||
] | ||
} |
@@ -6,5 +6,3 @@ # js-datastore-level | ||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
[![Build Status](https://travis-ci.org/ipfs/js-datastore-level.svg)](https://travis-ci.org/ipfs/js-datastore-level) [![Circle CI](https://circleci.com/gh/ipfs/js-datastore-level.svg?style=svg)](https://circleci.com/gh/ipfs/js-datastore-level) | ||
[![Coverage Status](https://coveralls.io/repos/github/ipfs/js-datastore-level/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-datastore-level?branch=master) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-level) | ||
[![](https://coveralls.io/repos/github/ipfs/js-datastore-level/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-datastore-level?branch=master) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-level) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) | ||
@@ -11,0 +9,0 @@ ![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square) |
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
184314
57
53
+ Addedclass-is@1.1.0(transitive)
+ Addeddatastore-core@0.6.1(transitive)
+ Addedinterface-datastore@0.6.0(transitive)
- Removeddatastore-core@0.5.0(transitive)
- Removedinterface-datastore@0.5.0(transitive)
- Removedleft-pad@1.3.0(transitive)
Updateddatastore-core@~0.6.0
Updatedinterface-datastore@~0.6.0