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.1 to 2.0.2

6

lib/App.js

@@ -17,3 +17,2 @@ /*

var PageBase = require('./Page');
var serializedViews = require('./_views');

@@ -69,2 +68,3 @@ module.exports = App;

this.model = new this.derby.Model();
var serializedViews = this._views();
serializedViews(derbyTemplates, this.views);

@@ -76,2 +76,6 @@ // Must init async so that app.on('model') listeners can be added.

App.prototype._views = function () {
return require('./_views');
}
App.prototype._finishInit = function() {

@@ -78,0 +82,0 @@ var script = this._getAppStateScript();

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.1",
"version": "2.0.2",
"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