New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kvset

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kvset

set updatable with key-value causal links

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

kvset

A set that can be updated using key-value links to indicate causal order. Intended to be used with hash-link systems, like secure-scuttlebutt.

See also hyperlog, kvgraph

API

var KVSet = require('kvset')
var set = new KVSet()

set.add(key, value)

Add a value to the set with the given key.

set.remove(key|keys)

Remove values for the given key(s) from the set.

FAQs

Package last updated on 01 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts