New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/framework - npm Package Compare versions

Comparing version 0.5.18 to 0.5.19

2

lib/runtime/Action.js

@@ -47,3 +47,3 @@ const { prepareParameters, processReturn, preFilterParameters } = require("./params.js")

//console.log("CALL COMMAND", JSON.stringify(command, null, " "))
return this.service.app.command(command, this.definition.requestTimeout)
return this.service.app.command(command, this.definition.requestTimeout || this.definition.timeout)
}

@@ -50,0 +50,0 @@ }

{
"name": "@live-change/framework",
"version": "0.5.18",
"version": "0.5.19",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

@@ -29,3 +29,4 @@ "main": "index.js",

"@live-change/db-store-lmdb": "^0.1.22",
"@live-change/uid": "^0.1.4",
"@live-change/sockjs": "^0.4.0-rc.1",
"@live-change/uid": "^0.5.19",
"cookie": "^0.4.1",

@@ -35,6 +36,6 @@ "express": "^4.17.1",

"rimraf": "^3.0.2",
"@live-change/sockjs": "^0.4.0-rc.1",
"tape": "^5.3.2",
"websocket": "^1.0.34"
}
},
"gitHead": "2c25ed68487762fe4ca36208b708ac7aa7506852"
}
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