pusher-js-auth
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Changelog | ||
## 4.0.1 (2021-10-15) | ||
- [UPDATE] Add type definitions (kudos @stof) | ||
## 4.0.0 (2020-09-11) | ||
[UPDATE] Refactored plugin for compatibility with Pusher client 7.x (kudos @stof) | ||
[UPDATE] Remove unnecessary files from the npm package | ||
[UPDATE] Add an optional peer dependency on pusher-js | ||
- [UPDATE] Refactored plugin for compatibility with Pusher client 7.x (kudos @stof) | ||
- [UPDATE] Remove unnecessary files from the npm package | ||
- [UPDATE] Add an optional peer dependency on pusher-js | ||
## 3.0.1 (2018-06-15) | ||
[UPDATE] Allow `auth` options to be a function instead of a static object | ||
- [UPDATE] Allow `auth` options to be a function instead of a static object | ||
## 3.0.0 (2018-01-15) | ||
[UPDATE] Refactored plugin for compatibility with Pusher client 3.1.x (kudos @stof) | ||
- [UPDATE] Refactored plugin for compatibility with Pusher client 3.1.x (kudos @stof) | ||
## 2.0.0 (2016-05-17) | ||
[UPDATE] Refactored plugin for compatibility with Pusher client 3.1.x | ||
- [UPDATE] Refactored plugin for compatibility with Pusher client 3.1.x | ||
## 1.2.0 (2015-02-16) | ||
[UPDATE] Published to npmjs and bower (kudos @dincho) | ||
[UPDATE] Updating docs and examples to highlight compatibility with Pusher 3.x | ||
- [UPDATE] Published to npmjs and bower (kudos @dincho) | ||
- [UPDATE] Updating docs and examples to highlight compatibility with Pusher 3.x | ||
## 1.1.0 (2014-08-09) | ||
[UPDATE] Authorizers deal with a single socket id and simplify auth endpoint | ||
- [UPDATE] Authorizers deal with a single socket id and simplify auth endpoint | ||
## 1.0.1 (2014-08-07) | ||
[UPDATE] Simplify code by using Pusher's internal ajax call (@marknadig) | ||
- [UPDATE] Simplify code by using Pusher's internal ajax call (@marknadig) | ||
## 1.0.0 (2014-07-25) | ||
[NEW] Implemented buffered authorizer | ||
- [NEW] Implemented buffered authorizer |
{ | ||
"name": "pusher-js-auth", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
"description": "Pusher plugin for batching auth requests in one HTTP call", | ||
"main": "lib/pusher-auth.js", | ||
"types": "lib/pusher-auth.d.ts", | ||
"keywords": [ | ||
@@ -20,2 +21,5 @@ "pusher", | ||
}, | ||
"devDependencies": { | ||
"pusher-js": "^7" | ||
}, | ||
"author": "Dirk Bonhomme <dirk@bytelogic.be>", | ||
@@ -22,0 +26,0 @@ "contributors": [ |
12331
6
170
1