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

@live-change/dao

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/dao - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

lib/Dao.js

@@ -28,3 +28,7 @@ const EventEmitter = require("./EventEmitter.js")

debug("connecting to "+url)
connection = new protocol(this.credentials, url, this.definition.connectionSettings)
try {
connection = new protocol(this.credentials, url, this.definition.connectionSettings)
} catch(e) {
connection = protocol(this.credentials, url, this.definition.connectionSettings)
}
this.connections.set(connectionId, connection)

@@ -31,0 +35,0 @@

8

package.json

@@ -16,3 +16,3 @@ {

"dependencies": {
"debug": "^4.1.1"
"debug": "^4.3.2"
},

@@ -22,3 +22,3 @@ "description": "live data access object",

"blue-tape": "^1.0.0",
"supports-color": "^6.1.0"
"supports-color": "^7.2.0"
},

@@ -40,4 +40,4 @@ "directories": {},

},
"version": "0.4.1",
"gitHead": "ea2d38a0401c1405bb3ca011a43a50dc7ada6cf6"
"version": "0.4.2",
"gitHead": "d4e1b7c5a3f7000c7587c7f36261fd0775ab150c"
}
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