bbbco / insomnia-plugin-faker

Faker Plugin for Insomnia REST Client
71 stars 7 forks source link

Switch to @faker-js/faker #11

Closed mmirus closed 2 years ago

mmirus commented 2 years ago

Hi there! @faker-js/faker is probably what you want to use for this now. The original library was turned into malware and has since been taken offline.

Links:

dstockhammer commented 2 years ago

Hi @bbbco! First of all, thanks for creating this plugin! Do you have any plans to work on this any time soon? If not, would you consider accepting a contribution to this effect? I'm not overly familiar with how faker evolved since the release included in this library, but judging from a quick glance at https://fakerjs.dev it looks like everything is still there + some very useful additions.

bbbco commented 2 years ago

Hi Daniel,

I actually do have a bit of work I've done to update the library. I just haven't gotten a chance to verify it completely and push it up. Thanks for the nudge!

Brian Goad @bbbco Creative Analytic Convergence

On June 12, 2022, GitHub Notifications @.***> wrote:

Hi @bbbco https://github.com/bbbco! First of all, thanks for creating this plugin! Do you have any plans to work on this any time soon? If not, would you consider accepting a contribution to this effect? I'm not overly familiar with how faker evolved since the release included in this library, but judging from a quick glance at https://fakerjs.dev it looks like everything is still there + some very useful additions.

— Reply to this email directly, view it on GitHub https://github.com/bbbco/insomnia-plugin-faker/issues/11#issuecomment- 1153243749, or unsubscribe https://github.com/notifications/unsubscribe- auth/AAAHPWE2GJTIZWEE2KIKAJLVOYOPNANCNFSM5TLFY3OQ. You are receiving this because you were mentioned.Message ID: @.***>

bbbco commented 2 years ago

I just pushed up version 1.1.0 that takes care of this.

mmirus commented 2 years ago

Thanks!