Andrew Nesbitt
Andrew Nesbitt
I'm been doing some real world testing with this today, although instead of using @achingbrain's [pacote patch](https://github.com/zkat/pacote/pull/173), I just used the local http gateway provided by the ipfs daemon. ##...
I thought I'd take a stab at making a script that implements a certain amount of Level 3.1 (previously Level 4), here's what I came up with: https://github.com/andrew/ipfs-npm-republish First npm...
Next step I'm going to look at doing is republishing for a package, which is subtly different than what [ipfs-npm-republish](https://github.com/andrew/ipfs-npm-republish) currently does, which is to republish only the dependencies of...
As of v1.0.3 you can now republish individual modules directly from npmjs.org: ``` $ ipfs-npm-republish [email protected] Added object-assign Added loose-envify Added prop-types Added react-is Added react Added scheduler Added js-tokens...
As of v1.0.6 of [ipfs-npm-republish](https://github.com/andrew/ipfs-npm-republish) you can now publish directly to IPFS without needing to first publish to npmjs.org. Running `ipfs-npm-republish publish` from the root of a project directory will...
v1.0.8 of [ipfs-npm-republish](https://github.com/andrew/ipfs-npm-republish) is out, includes some significant refactoring: - uses base32 cidv1 hashes everywhere - properly handles multiple versions of dependencies - micro-registries are now 30% smaller when created...
@momack2 yeah I think I can slot this in, any particular time frame? Perhaps aligning it with the v0.5 release date?
Great quote from @olizilla that I wanted to note down: > the dream would be having the package manager lean on IPFS internally for integrity checking
Looks like the Go team (Google) will start signing go packages as they are published at some point this year: https://blog.golang.org/modules2019 > For publicly-available modules, we intend to run a...
I took a stab at [adding IPFS support](https://github.com/andrew/entropic/commit/8469b5ece53fb267fdcdbc849b53ed537371a934) to Entropic, you can check out my branch over here: https://github.com/andrew/entropic/tree/ipfs  Major registry changes are: -...