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

derby

Package Overview
Dependencies
Maintainers
4
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 0.10.23 to 0.10.24

2

lib/App.js

@@ -238,3 +238,3 @@ /*

// dependencies from doing this without warning
if (isDependency && currentView) {
if (isDependency && currentView && !serializedViews) {
throw new Error('Dependencies cannot override existing views. Already registered "' + viewName + '"');

@@ -241,0 +241,0 @@ }

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

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

@@ -201,3 +201,3 @@ var expect = require('chai').expect;

describe.only('fake app.history implementation', function() {
describe('fake app.history implementation', function() {
it('accepts url option', function() {

@@ -204,0 +204,0 @@ var renderUrl = '/box?size=123';

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