Maciej Krüger

Results 236 comments of Maciej Krüger

It only blacklists the postinstall for modules that were explicitly added to the blacklist in https://github.com/mkg20001/npm-adblock/blob/master/index.js It matches either by module name or by strings in the command. for example...

The blacklist currently is written by me as js code (and updated with the app), but if it were to grow bigger I might also serve a json file with...

> Probably(?) doesn't allow partial execution of a postinstall script The postinstall can be modified in the filterHook function > Alters npm itself, which is more invasive than a passive...

> then the only distinction of relevance is whether a monitoring process feels ickier to you or modding npm itself does, which is somewhat subjective. Would be curious to see...

> Would need to alter watcher.js to scan for parcel being installed, then once it is alter the contents of its package.json at that line. Does npm really re-read the...

@kethinov I'm still curious to see if npm reloads the package.json. I looked through the npm code, and it only seems to write it if I'm not mistaken. The only...

You tried to verify the certificate using the public key which expects data and a signature. Instead, try `cert.verify(cert)`

> Right now, I was unable to come up with filters to get the latest English wikipedia with pictures and without video (wikipedia_en_all_novid) In my solution I'm using a dynamic...

@alanshaw So this one would be finished. Sorry for the confusion in case you've already started a PR