Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bricks

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bricks - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.npmignore

4

CHANGELOG.md
## Changes
### 1.1.3 - January 20, 2012
* expand method signature of `response.checkRoute()`
### 1.1.2 - January 13, 2012

@@ -4,0 +8,0 @@

4

lib/response.js

@@ -32,3 +32,3 @@ (function () {

Response.prototype.defaultCheckRoute = function (route, path, request) {
Response.prototype.defaultCheckRoute = function (route, path, request, options) {
if (typeof(route) === 'function') {

@@ -74,3 +74,3 @@ try {

var route = next.path;
if (this.checkRoute(next.path, this._pathname, this._actual.request)) {
if (this.checkRoute(next.path, this._pathname, this._actual.request, next)) {
try {

@@ -77,0 +77,0 @@ this.callRoute(next.call, this._actual.request, this, next);

@@ -5,3 +5,3 @@ {

"description": "Bricks Application Server",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "http://bricksjs.com/",

@@ -8,0 +8,0 @@ "preferGlobal": "true",

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