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

derby

Package Overview
Dependencies
Maintainers
6
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

10

lib/AppForServer.js

@@ -262,2 +262,4 @@ /*

AppForServer.prototype._autoRefresh = function(backend) {
// already been setup if agents is defined
if (this.agents) return;
this.agents = {};

@@ -341,1 +343,9 @@ var app = this;

};
AppForServer.prototype.middleware = function(backend) {
return [backend.modelMiddware(), this.router()];
}
AppForServer.prototype.initAutoRefresh = function(backend) {
this._autoRefresh(backend);
}

2

package.json
{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "2.0.3",
"version": "2.1.0",
"homepage": "http://derbyjs.com/",

@@ -6,0 +6,0 @@ "repository": {

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