Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/dao-sockjs

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/dao-sockjs - npm Package Compare versions

Comparing version 0.1.20 to 0.2.0

4

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc