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

datastore-level

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-level - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

5

CHANGELOG.md

@@ -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)

13

package.json
{
"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)

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