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
Additionally, having the packages in NPM would be nice to see how they work and allow us to pull them for local development and testing. Otherwise we have a number of dependencies just ignored in linting / testing that we have to trust implicitly!
When I read
import cookies from 'cookies'
I thought it would use thecookies
packages from npm..This was quite confusing for me.
Maybe you could use a namespace instead e.g.
@akamai/cookies
to express that this packages is developed by youThe text was updated successfully, but these errors were encountered: