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
I was wondering if it was safe to use devalue.serialize(...) and devalue.parse(...) to send values from client to server? (serialize on client, parse on server)
I'm asking because I see the mention of security issues on the README with uneval espacially. And I was wondering if it was concerning .parse too indirectly?