@live-change/dao-sockjs
Advanced tools
Comparing version 0.1.20 to 0.2.0
@@ -7,4 +7,4 @@ const SockJS = require("sockjs-client") | ||
class SockJsConnection extends Connection { | ||
constructor(sessionId, url, settings) { | ||
super(sessionId, settings) | ||
constructor(credentials, url, settings) { | ||
super(credentials, settings) | ||
this.url = url | ||
@@ -11,0 +11,0 @@ this.initialize() |
{ | ||
"name": "@live-change/dao-sockjs", | ||
"version": "0.1.20", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -13,3 +13,3 @@ "email": "m8@em8.pl", | ||
"dependencies": { | ||
"@live-change/dao": "^0.2.45", | ||
"@live-change/dao": "^0.3.2", | ||
"debug": "^4.3.1", | ||
@@ -24,3 +24,3 @@ "sockjs-client": "git+https://github.com/sockjs/sockjs-client.git", | ||
"better-assert": "github:devinrhode2/better-assert-browser", | ||
"mocha": "^3.1.0" | ||
"mocha": "^9.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "description": "live-change dao sockjs transport", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3324
200
34
143
+ Added@live-change/dao@0.3.17(transitive)
- Removed@live-change/dao@0.2.47(transitive)
Updated@live-change/dao@^0.3.2