
Product
Introducing Immutable Scans
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.
A content-addressable union file system that replicates and is build on top of fuse, leveldb and node
A content-addressable union file system that replicates and is build on top of fuse, leveldb, and node
npm install -g hyperfs
Notice: This is HIGHLY experimental
hyperfs create test # create a new fs volume
hyperfs mount test ./mnt # mount test on ./mnt
Now open a the folder ./mnt in your favorite file explorer and start making some changes.
Using the terminal:
mkdir mnt/test
echo hello world > mnt/test/hello.txt
Now quit your file explorer and go back to the terminal where you ran hyperfs mount ....
Hit CTRL-C to unmount the volume.
Now lets snapshot that volume so we can replicate it. Snapshotting just makes a readonly layer of the changes you've made. You can use a snapshot as a base fs for a new volume
hyperfs snapshot test
This will print the snapshot hash when it succeeds. Now lets replicate the file system to another machine.
# assuming hyperfs is installed on example.com
hyperfs replicate ssh://user@example.com
Now ssh into example.com and run
hyperfs create test --node=<snapshot-hash-from-before>
hyperfs mount test mnt
Now if you enter ./mnt you'll see that its the volume from your local machine.
hyperfs # prints help
MIT
FAQs
A content-addressable union file system that replicates and is build on top of fuse, leveldb and node
The npm package hyperfs receives a total of 0 weekly downloads. As such, hyperfs popularity was classified as not popular.
We found that hyperfs 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.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.