I'm using NPM to install ``` "pusher": "1.0.0" ``` In the node_modules the auth line is changed to ``` Pusher.prototype.authenticate = function(socketId, channel, data) ```
I'm using NPM to install
In the node_modules the auth line is changed to