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.3.0 to 2.3.1

8

lib/App.js

@@ -302,5 +302,9 @@ /*

} else if (name) {
} else if (viewName) {
// Look for a previously registered view matching the component name.
view = this.views.find(viewName);
// If no match, register a new empty view, for backwards compatibility.
if (!view) {
view = this.views.register(viewName, '');
}
} else {

@@ -307,0 +311,0 @@ view = this.views.register(viewName, '');

{
"name": "derby",
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.",
"version": "2.3.0",
"version": "2.3.1",
"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