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 4.0.0-beta.11 to 4.0.0-beta.12

3

dist/PageForServer.js

@@ -92,3 +92,4 @@ var __extends = (this && this.__extends) || (function () {

function pageParams(req) {
var params = Object.create(null, {
var params = Object.create(null);
Object.assign(params, {
url: req.url,

@@ -95,0 +96,0 @@ body: req.body,

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