New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

datastore-fs

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datastore-fs - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

4

dist/typedoc-urls.json
{
"FsDatastore": "https://ipfs.github.io/js-datastore-fs/classes/FsDatastore.html",
"FsDatastoreInit": "https://ipfs.github.io/js-datastore-fs/interfaces/FsDatastoreInit.html"
"FsDatastore": "https://ipfs.github.io/js-stores/classes/FsDatastore.html",
"FsDatastoreInit": "https://ipfs.github.io/js-stores/interfaces/FsDatastoreInit.html"
}
{
"name": "datastore-fs",
"version": "9.0.1",
"version": "9.1.0",
"description": "Datastore implementation with file system backend",
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-datastore-fs#readme",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/datastore-fs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-datastore-fs.git"
"url": "git+https://github.com/ipfs/js-stores.git"
},
"bugs": {
"url": "https://github.com/ipfs/js-datastore-fs/issues"
"url": "https://github.com/ipfs/js-stores/issues"
},

@@ -143,6 +143,6 @@ "keywords": [

"dependencies": {
"datastore-core": "^9.0.4",
"datastore-core": "^9.0.0",
"fast-write-atomic": "^0.2.0",
"interface-datastore": "^8.1.2",
"interface-store": "^5.0.1",
"interface-datastore": "^8.0.0",
"interface-store": "^5.0.0",
"it-glob": "^2.0.1",

@@ -154,7 +154,9 @@ "it-map": "^2.0.1",

"@types/mkdirp": "^2.0.0",
"@types/rimraf": "^4.0.5",
"aegir": "^38.1.7",
"interface-datastore-tests": "^5.0.0",
"ipfs-utils": "^9.0.4"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

@@ -5,4 +5,4 @@ # datastore-fs <!-- omit in toc -->

[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-datastore-fs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-datastore-fs)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-datastore-fs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-datastore-fs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-stores/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-stores/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

@@ -35,3 +35,3 @@ > Datastore implementation with file system backend

- <https://ipfs.github.io/js-datastore-fs>
- <https://ipfs.github.io/js-stores/modules/datastore_fs.html>

@@ -47,3 +47,3 @@ ## License

Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-datastore-fs/issues).
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-stores/issues).

@@ -50,0 +50,0 @@ Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.

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