You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the Faker.js library has been either compromised or discontinued in a strange manner.
I believe it would be the best to replace this library, since it is provided as a parameter into entity factories. What are some suitable alternatives?
The text was updated successfully, but these errors were encountered:
In this library, there is no solution, since it cannot be deployed. The only workaround is to use faker on version 5.5.3, the last stable one, as an independent module:
import*asfakerfrom'faker'// USE THIS
...
define(Pet,(faker: typeofFaker)=>{// DO NOT USE THIS
...
})
faker could be installed with npm i [email protected] since is still available on NPM registries
Looks like the Faker.js library has been either compromised or discontinued in a strange manner.
I believe it would be the best to replace this library, since it is provided as a parameter into entity factories. What are some suitable alternatives?
The text was updated successfully, but these errors were encountered: