Mon Apr 14 2014 20:49:18 GMT+0800 (China Standard Time)
false
context-server(latest: 0.0.1) Sync json-context instances via WebSockets using sock.js
contextdb(latest: 0.2.0) Use json-context with leveldb. Contexts are automatically generated from matchers, and provides ability to watch matchers for realtime notifications.
hoister(latest: 0.0.2) Put all function and variable declarations at the top of the scope in an AST
json-filter(latest: 0.0.2) Match an object against a filter
level-match-map(latest: 0.1.0) Index your database objects in the way they will be rendered. Follows the JSON Context matcher pattern. Datasources generated from matchers, then watch for realtime changes.
level-match-index(latest: 1.1.0) Index and filter LevelDB databases and watch for future changes.
midi-qwerty-keys(latest: 0.0.2) Use qwerty keyboard as midi keyboard in the browser
plexy(latest: 0.0.1) Create multiple duplex object streams that read and write through a single text stream.
wave-file-stream(latest: 0.0.0) PCM Wave File stream for Node and Web FileSystem API
rincewind-watch(latest: 0.1.0) Watch rincewind views and trigger callbacks on change
unique-resource(latest: 0.1.0) Get a short, unique key for a given file path based on the content of the file or its path.
css-scroll-by(latest: 0.1.0) Scroll the page by a given offset using CSS transitions
beforesort(latest: 0.0.1) Sort an item in a collection relative to other items based on it's before/after attribute
elementize(latest: 0.1.1) Convert HTML into an array of DOM Elements
midi-grabber(latest: 0.2.0) Stream midi data in and temporarily route ranges to specific callbacks.
midi-controller(latest: 0.3.0) Create buttons and note matrices from duplex midi streams for midi controllers such as Launchpad.
dom-morph(latest: 0.4.0) Smoothly animate a DOM element swap from one to another.
css-transition(latest: 0.0.3) Animate between DOM style changes using css transitions
inheritable-audio-context(latest: 1.0.2) Wrap an AudioContext to allow inheritance and additional properties.
realtime-templates(latest: 0.3.1) Render views on the server (using standard HTML markup) that the browser can update in realtime when the original data changes.
lookup-grid(latest: 2.1.0) Position two-dimensional ndarrays on an x/y grid for lookup of individual coords and values.
midi-grid(latest: 2.1.0) Map a duplex midi stream to observable input and output value grids.
observer-stack(latest: 1.1.0) Wrap an observable so that only the top most observer receives notifications.
callify(latest: 0.3.0) Create browserify transforms that change or inline external module function calls
audio-param-transform(latest: 1.0.0) Apply multiple transforms with custom functions to Web Audio API AudioParams.
soundbank-pitch-shift(latest: 1.0.3) Simple pitch shifter for Web Audio API based on delay nodes. Extends Jungle by Chris Wilso.
soundbank-slice(latest: 0.0.2) Use with soundbank-inherit to slice an audio sample across the desired amount of audio-slots.
soundbank-slide(latest: 0.0.2) Modulator to implement time sliding between grouped values.
tap-tempo(latest: 0.1.1) Estimates BPM from tap events
audio-voltage(latest: 1.0.0) Automatable DC voltage for modulation of Web Audio API AudioParams.
soundbank-overdrive(latest: 1.0.0) A simple audio distortion effect based on wave shaping with automatable filter and gain controls.
loop-drop-remote(latest: 1.0.0) List of remote connections for loop-drop app
soundbank-trigger(latest: 1.1.0) Trigger soundbank slots by piping in ditty events.
soundbank(latest: 0.7.2) A collection of triggerable Web Audio API audio slots, supporting audio routing, midi input and value providers.
midi-looper(latest: 1.1.0) Stream based midi loop maker. Buffers all input then creates loops on demand.
soundbank-scale(latest: 0.1.0) Use with soundbank-inherit to distribute a series of audio-slots across a musical scale.
soundbank-multi(latest: 0.0.2) Repeat template descriptor for every item in input array, replacing placeholder with current item.
soundbank-inherit(latest: 0.1.1) Inherit descriptor from target audio slot and override specified attributes.
soundbank-dipper(latest: 0.1.2) A global side-chain compressor for the Web Audio API. Modulate the amplitude of AudioNodes based on the amplitude of other AudioNodes.
loop-grid-mover(latest: 1.0.0) Move selected ranges of loops to new origin. loop-grid transform.
loop-grid-suppressor(latest: 1.1.0) Transform for suppressing selected loops on loop-grid.
observ-grid-stack(latest: 2.0.1) Observe stacked array-grids of identical shape, falling back to grid below on null.
throttle-observ(latest: 1.1.0) Throttles observ object broadcast to specified rate.
loop-drop-setup(latest: 2.16.0) Persist Loop Drop controller and chunk setups.
loop-launchpad(latest: 3.2.0) Novation Launchpad bindings for loop-grid
loop-qwerty(latest: 3.5.0) Qwerty keyboard bindings for loop-grid.
loop-drop-project(latest: 3.10.1) Provides scoped object access and persistence layer for Loop Drop objects.
remote-camera(latest: 1.1.1) Example electron app that creates a web server and then streams the remote web-cam of connected user to the local machine.
loop-recorder(latest: 1.2.0) Buffers all streamed in trigger events and creates range loops on demand.
wave-recorder(latest: 2.3.0) Pipe Web Audio API nodes into PCM Wave files
audio-buffer-stream(latest: 1.1.0) Get a PCM stream from input AudioBuffers (Web Audio API). Can be used to implement a streaming audio recorder.
array-grid(latest: 1.5.0) Two-dimensional implementation of ndarray to avoid dynamic code generation eval.
observ-transform(latest: 1.0.0) Observable transform (with args) based on observ-* pattern.
midi-stream(latest: 1.3.2) Duplex stream wrapper around 'midi' module
midi-port-holder(latest: 2.2.1) Bind to midi port by name and expose switchable duplex stream.
ssb-msgs(latest: 5.2.0) message-processing tools for secure-scuttlebutt
tone-modular(latest: 0.6.0) Special build of Tone.js that allows requiring of individual components and avoids the global AudioContext. This make it much more browserify friendly and easier to use with existing code or other libraries.
audio-rms(latest: 2.0.2) Connect a Web Audio API AudioNode and stream out the realtime RMS audio level.
web-fs(latest: 2.1.0) Node's fs interface for Web FS API and Chrome Packaged Apps.
adsr(latest: 1.0.1) Attack, decay, sustain, release envelope for automating Web Audio API AudioParams.
dirty-git(latest: 3.1.3) List git repos that have dirty working directories (uncommited changes)
soundbank-sample(latest: 2.0.2) Sample player AudioNode source extended with automatable transpose, tuning and amp.
loop-grid(latest: 6.1.0) An observable collection of looped event sequences shaped to a grid.
bopper(latest: 2.11.0) Provides a streaming clock source for scheduling Web Audio events rhythmically
loop-drop(latest: 2.17.2) MIDI looper, modular synth and sampler app built around Novation Launchpad controller (electron app).
observ-fs(latest: 1.7.3) Create observable file system scopes using observ pattern.
audio-timeline(latest: 1.3.0) Observ object for arranging, trimming and adjusting multiple audio clips on a timeline using Web Audio.
audio-buffer-range-decoder(latest: 2.0.1) Decode specified ranges of PCM Wave and Opus webm files on disk to AudioBuffers. Probably only works with electron.
audio-slot-param(latest: 2.2.5) Link and transform schedule-based observables and connect to AudioParams (Web Audio API).
audio-slot(latest: 5.3.2) Web Audio API FRP wrapper for creating, routing, and triggering AudioNodes.
observ-node-array(latest: 1.14.1) Populate an observable array from node descriptors.
ssb-avatar(latest: 0.2.0) query for the avatar that an ssb feed has been assigned, compatible with the way that patchwork selects avatars.
pull-cat-map(latest: 1.0.1) Map pull-streams to other pull-streams then concat together
ssb-feed(latest: 2.3.0) create and validate ssb feeds
pull-hyperscript(latest: 0.2.2) hyperscript as a pull-stream source. Allows streaming the view to the browser as it continues to render.
ferment(latest: 0.6.19) Peer-to-peer audio publishing and streaming application. Like SoundCloud but decentralized. A mashup of ssb, webtorrent and electron.
knob(latest: 1.1.0) Canvas based knob widget for the browser
ssb-git(latest: 0.5.0) logic for working with git-ssb repos
ssb-issues(latest: 1.0.0) Issue tracking built on secure-scuttlebutt
freeverb(latest: 1.1.2) A Web Audio implementation of freeverb (Schroeder Reverberator)
mutant-pull-reduce(latest: 1.1.0) Reduce the output of a pull-stream into a mutant observable.
ssb-mutual(latest: 0.1.0) mutual credit currency system on secure-scuttlebutt
ssb-mutual-cli(latest: 0.1.0) mutual credit currency system on secure-scuttlebutt: command-line interface
json-query(latest: 2.2.2) Retrieves values from JSON objects for data binding. Offers params, nested queries, deep queries, custom reduce/filter functions and simple boolean logic. Browserify compatible.
gitbook-plugin-ssb(latest: 1.1.0) GitBook plugin for Secure Scuttlebutt formatting
patch-intl(latest: 1.1.2) internationalization (i18n) for Scuttlebutt / Patch(work)
git-remote-ssb(latest: 2.0.4) git remote helper for secure-scuttlebutt (ssb)
ssb-msg-schemas(latest: 6.3.0) validation and publishing methods for common ssb message types
ssb-git-repo(latest: 2.8.3) git repos in secure-scuttlebutt
git-ssb-web(latest: 2.8.0) web server for browsing git repos on ssb
ssb-contacts(latest: 0.0.2) scuttlebot plugin for getting reduced 'contacts' state
ssb-status(latest: 1.1.0) get realtime stats out of your sbot.
git-ssb(latest: 2.3.6) git hosting on secure-scuttlebutt (ssb)
pull-scroll(latest: 1.0.9) pull-stream to a infinite scrolling web pane.
ssb-generate(latest: 1.0.1) scripts to generate ssb data for testing
ssb-viewer(latest: 1.0.0) serve ssb threads as (embeddable) web pages
ssb-irc(latest: 0.0.5) notify irc when something happens on ssb.
ssb-marked(latest: 0.7.4) A markdown parser built for speed, customized for SSB
patch-settings(latest: 1.1.2) localStorge based settings module for patch-* related apps
ssb-integration-tests(latest: 1.0.0) integration tests that can check any two sbot implementations are compatible
ssb-horcrux(latest: 1.0.0) split your private key like voldemort!
ssb-thread(latest: 2.0.1) load a ssb-thread, and sort it in [cryptographic order](https://github.com/ssbc/ssb-sort).
mutant-scroll(latest: 1.0.2) An infinite scroller fed by pull-streams
@ssbc/ssb-schema-definitions(latest: 1.0.4) standardised schema definitions for JSON validation of ssb references
audio-play(latest: 2.2.1) Play audio buffer in node or browser
ssb-threads-index(latest: 1.0.1) This is a example of a ssb plugin that adds indexes for ssb-query. depends on [this flumeview-query PR](https://github.com/flumedb/flumeview-query/pull/15)
scuttle-poll(latest: 1.5.1) Create and vote on polls on ssb
ssb-public(latest: 1.0.0) announce a public address for yourself. unlike current "pub" announcements, this you _may not_ announce addresses for other feeds, only yourself.
ssb-sort(latest: 1.1.3) sort ssb messages by cryptographic order
scuttlebot(latest: 13.2.2) network protocol layer for secure-scuttlebutt
@loopjs/leap-motion(latest: 0.0.0) Expose leap motion data as params in Loop Drop.
layered-graph(latest: 1.1.3) compose a graph out of multiple sublayers, and in particular, expose a dynamically updating shortest paths calculation.
ssb-schema-validation(latest: 2.0.0) Validating SSB messages with JSON schema using multiple versions
patchbay-scry(latest: 1.5.0) figure out a meeting time with friends, (like doodle, but for scuttlebutt)
scuttle-shell(latest: 1.0.1) A system tray app for running Secure Scuttlebutt on your local system
ssb-social-index(latest: 1.0.0) scuttlebot plugin for getting reduced state based on the author's social graph
ssb-about(latest: 2.0.1) scuttlebot plugin for getting reduced 'about' state
scuttlebot-release(latest: 11.4.5) publish of scuttlebot with shrinkwrapped deps
ssb-unix-socket(latest: 1.0.0) secret-stack plugin for unix socket connections
ssb-local(latest: 1.0.0) secret-stack plugin for local multiserver address broadcast
ssb-no-auth(latest: 1.0.0) secret-stack plugin for unauthenticated connections
ssb-onion(latest: 1.0.0) secret-stack plugin for Tor connections
ssb-server-plugins(latest: 1.0.0) secret-stack plugin to manage SSB plugins
patch-inbox(latest: 1.3.2) an inbox for the patchcore ecosystem
patchbay(latest: 8.0.1) patchbay 2, built on patchcore
json-context(latest: 0.7.1) Create a single object containing all data required to render a view/page that provides an event stream for syncing with server and data-binding. Browserify compatible.
micro-css(latest: 2.0.2) A CSS preprocessor that provides a simplified object orientated approach to css. The syntax is very similar to CSS but encourages better reuse of classes and discourages high specificity.
ssb-audio-schema(latest: 1.0.3) JSON schemas + validators for audio messages
ssb-thread-schema(latest: 1.1.1) JSON schemas + validators for common thread messages
former(latest: 0.5.0) Populate html form elements with data and return updated object
ssb-identities(latest: 2.1.1) use multiple identities from a single sbot instance
ssb-replicate(latest: 1.3.2) ssb legacy replication. this was previously built into `ssb-server` (formerly known as `scuttlebot`)
patchcore(latest: 2.2.0) minimal core for ssb clients
ssb-ahoy(latest: 3.0.0) handle the initial sync as you join scuttlebutt for the first time
ssb-plugins(latest: 1.0.4) `ssb-plugins` is a plugin that provides additional plugin related functionality to a [secret-stack](https://github.com/ssbc/secret-stack) instance.
multiblob(latest: 1.13.7) A content-addressable-store that supports multiple hashing algorithms, and pull-streams.
ssb-suggest(latest: 1.2.0) an ssb-server plugin for suggestions (e.g. profile, memes, ...)
ssb-mentions(latest: 0.5.2) extract the mentions in a ssb message, just using the markdown. this is _mostly compatible_ with the way patchwork does it. but simpler, because it relies only on the markdown.
react-native-ssb-client(latest: 7.1.0) Secure Scuttlebutt client-side API for React Native apps
rincewind(latest: 3.0.12) Rincewind: A boilerplate for React + PostCSS (with Tailwind) + TypeScript
notevil(latest: 1.3.3) Evalulate javascript like the built-in eval() method but safely
dom-behavior(latest: 1.2.1) Define javascript behavior for DOM elements
is-my-ssb-valid(latest: 1.1.0) build scuttlebutt message validators from JSON Schema
mutant(latest: 3.29.0) Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all ove
ssb-private1(latest: 1.0.1) an secret-stack plugin which adds private-box (v1) auto-box/unbox functionality
ssb-blob-files(latest: 1.2.1) handle processing and addition of files to the blob store
ssb-patchwork(latest: 3.18.0) A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
ssb-ooo(latest: 1.3.3) gossip requests for out-of-order messages on ssb
ssb-query(latest: 2.4.5) A scuttlebot plugin for querying data. With [map-filter-reduce](https://github.com/dominictarr/map-filter-reduce) you can write pretty flexible queries, similar to SQL, but more javascripty.
ssb-search(latest: 1.3.0) fulltext search as scuttlebot plugin
ssb-private(latest: 1.1.0) scuttlebot plugin for indexed private messages
ssb-peer-invites(latest: 2.1.0) when ssb was younger, we created the current invite system, henceforth in this document referred to as the "followbot" system. special peers called "pubs" can create tokens called "invite codes". The invite code allows a new person to connect to the pub,
ssb-schema-definitions(latest: 3.2.1) standardised schema definitions for JSON validation of ssb references
ssb-unread(latest: 1.1.0) A ssb-server plugin which tracks read / unread state of all received messages in a mutable level db. The intention is to provide a persistent store which can be referenced and contributed to by a plurality of client interfaces.
ssb-recps-guard(latest: 2.1.0) guards against unencrypted messages being accidentally published!
packet-stream(latest: 2.0.5) The core-logic for rpc/multiplexing protocols
ssb-invite(latest: 2.1.6) Invite-token system, mainly used for pubs. Creates invite codes as one of ways of onboarding.
ssb-serve-blobs(latest: 2.5.0) Serve blobs from a local http server
ssb-backlinks(latest: 2.1.1) scuttlebot plugin for indexing all link mentions of messages
epidemic-broadcast-trees(latest: 8.0.0) This module is loosely based on plumtree Epidemic Broadcast Trees [EBT paper], but adapted to also replicate logs, and optimized to achive a minimal overhead (the cost of the protocol is linear with the number of messages to be sent)
react-native-ssb-shims(latest: 5.0.0) Node.js-related shims necessary for the SSB ecosystem to run on React Native apps
ssb-links(latest: 3.0.10) index links in ssb messages
ssb-tangle(latest: 2.1.3) a tool for dealing with thread-type tangles in scuttlebutt
ssb-profile(latest: 2.0.2) A helper module for reading and writing to "profile threads" in scuttlebutt
ssb-server(latest: 15.3.0) network protocol layer for secure-scuttlebutt
ssb-friends(latest: 4.3.0) The logic of who to replicate in ssb.
ssb-blobs(latest: 2.0.1) blobs and blob replication for ssb
ssb-tribes(latest: 1.0.0) a scuttlebutt (secret-stack) plugin which adds envelope encryption capabilities
ssb-db(latest: 20.4.0) a secure, replicatable database