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

datastore-idb

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-idb - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.aegir.js

11

CHANGELOG.md

@@ -0,1 +1,12 @@

<a name="1.0.1"></a>
## [1.0.1](https://github.com/ipfs/js-datastore-idb/compare/v1.0.0...v1.0.1) (2020-04-23)
### Bug Fixes
* add bundle size config ([1fef7be](https://github.com/ipfs/js-datastore-idb/commit/1fef7be))
* protect open and close ([0695ad6](https://github.com/ipfs/js-datastore-idb/commit/0695ad6))
<a name="1.0.0"></a>

@@ -2,0 +13,0 @@ # 1.0.0 (2020-04-08)

2

package.json
{
"name": "datastore-idb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Datastore implementation with IndexedDB backend.",

@@ -5,0 +5,0 @@ "leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",

@@ -82,2 +82,6 @@ 'use strict'

async open () {
if (this.store !== null) {
return
}
const location = this.location

@@ -193,3 +197,4 @@ try {

}
return this.store.close()
this.store.close()
this.store = null
}

@@ -196,0 +201,0 @@

Sorry, the diff of this file is not supported yet

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