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.3 to 1.1.4

4

CHANGELOG.md
## Changes
### 1.1.4 - February 9, 2012
* fix 304 header issue in `plugin.filehandler`
### 1.1.3 - January 20, 2012

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

2

lib/plugins/filehandler.js

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

if (modified && modified <= stats.mtime.valueOf()) {
if (modified && modified >= stats.mtime.valueOf()) {
response.statusCode(304);

@@ -37,0 +37,0 @@ response.end();

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

"description": "Bricks Application Server",
"version": "1.1.3",
"version": "1.1.4",
"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