
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@nostrdocs/tinycollab
Advanced tools
Tinycollab is a minimal, self-contained, test implementation of the Fluid Framework service packaged as a Nostr relay.
Tinycollab is for testing real-time collab experiences and applications built on Fluidframework patterns and distributed over Nostr protocol
You can install, build, and start this service by cloning TinyCollab from source
git clone https://github.com/nostrdocs/tinycollab.git
Build and run it locally:
npm i
npm run build
npm run start
Alternatively, you can run the latest version by
npx @nostrdocs/tinycollab@latest
Now you can test your development experience against this local instance of Tinycollab
Tinycollab uses port 7070 by default. You can change the port number by setting an environment
variable named TINYCOLLAB_PORT
to the desired number. For example:
$env:TINYCOLLAB_PORT=6502
npm run start
The config.json file can be used to configure the Tinylicious service.
Parameter | Description | Default |
---|---|---|
db.inMemory | Boolean indicating whether ops are stored in memory or to disk | true |
db.path | If db.inMemory is false the folder on disk to store the ops | "/var/tmp/db" |
storage | Storage path for snapshots | "/var/tmp/tinylicious" |
See config.json for more settings and their defaults.
FAQs
Nostr collab relay service, adapted from @fluidframework/tinylicious
We found that @nostrdocs/tinycollab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.