
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@internetarchive/dweb-archive
Advanced tools
User Interface to access the archive from the browser. Builds on dweb-transports and typically (currently) loaded from dweb-transport
This library is part of a general project at the Internet Archive (archive.org) to support the decentralized web.
Please see the installation instructions in the dweb-mirror repo They are much more recent than the ones below.
git clone https://git@github.com/internetarchive/dweb-archive.git
cd dweb-archive
# install the dependencies including IPFS & WebTorrent and dweb-transports
npm install
Do the "All Case install above"
Install a simple http-server, this may require sudo depending on permissions
npm run setuphttp
npm install -g http-server`
cd dist
http-server
Now open a browser page.
Note: Firefox works better than Chrome for local usage as Chrome limits cross-origin http to 6 streams and we need to implement a limited http pool to fix this.
open "http://localhost:8080/archive.html"
To test with limited transports, for example HTTP only, add the transport parameter.
open "http://localhost:8080/archive.html?transport=HTTP"
To test against dweb-mirror you can pass a parameter e.g.
open "http://localhost:8080/archive.html?mirror=localhost:4244&transport=HTTP"
Note that the only reason to do this would be to work on the code,
Do the "All Case install above"
Build (webpack) the bundles and copy needed files to dist/
webpack --mode development
yarn install
FAQs
Archive UI to run in Browser
We found that @internetarchive/dweb-archive demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
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.