mozilla / security-advisor-shield-study

Mozilla Public License 2.0
2 stars 7 forks source link

Add script to fetch and generate domains.txt #53

Closed pdehaan closed 7 years ago

pdehaan commented 7 years ago

Ref: https://github.com/mozilla/security-advisor-shield-study/pull/50#issuecomment-252106455

You can now regenerate the domains.txt by running $ npm run fetch-breaches. Not sure if we should link this to some npm prepublish hook or something else so it gets run automatically when we publish a new npm version or whatever.

casebenton commented 7 years ago

looks great! This is a helpful script! r+