Socket
Socket
Sign inDemoInstall

@dstanesc/o-o-o-o-o-o-o

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dstanesc/o-o-o-o-o-o-o - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

dist/block-store.js

@@ -9,3 +9,3 @@ const memoryBlockStoreFactory = () => {

const bytes = blocks[cid.toString()];
if (!bytes === undefined)
if (bytes === undefined)
throw new Error('Block Not found for ' + cid.toString());

@@ -12,0 +12,0 @@ readCounter++;

{
"name": "@dstanesc/o-o-o-o-o-o-o",
"description": "O-O-O-O-O-O-O is a collection of content addressed persistent data structures",
"version": "0.0.17",
"version": "0.0.18",
"homepage": "https://github.com/dstanesc/O-O-O-O-O-O-O",

@@ -6,0 +6,0 @@ "repository": "https://github.com/dstanesc/O-O-O-O-O-O-O",

@@ -30,3 +30,3 @@ interface BlockStore {

const bytes = blocks[cid.toString()]
if (!bytes === undefined)
if (bytes === undefined)
throw new Error('Block Not found for ' + cid.toString())

@@ -33,0 +33,0 @@ readCounter++

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