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

@tabcat/orbit-db-fsstore

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tabcat/orbit-db-fsstore - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

2

package.json
{
"name": "@tabcat/orbit-db-fsstore",
"version": "3.1.5",
"version": "3.1.6",
"description": "a custom orbit-db store representing a file system",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -7,3 +7,3 @@

const FS = require('./FS')
const { joinPath, pathName, pathValid, nameValid, opcodes, errors, ...fs } = FS
const { joinPath, pathName, baseName, pathValid, nameValid, opcodes, errors, ...fs } = FS
const { str2ab } = require('./util')

@@ -75,2 +75,3 @@ const b64 = require('base64-js')

this.pathName = pathName
this.baseName = baseName
this.exists = (path = '') => fs.exists(this.index, path)

@@ -77,0 +78,0 @@ this.content = (path = '') => fs.content(this.index, path)

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