I noticed that while trying to install redux-offline, the documentation says to install the package using :
npm install --save @redux-offline/redux-offline
While this article says to install the package without the '@' before package name
npm install --save redux-offline
I wanted to know what the difference is between both, if any.