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

express

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

7

History.md
3.3.2 / 2013-07-03
==================
* update connect
* update send
* remove .version export
3.3.1 / 2013-06-27

@@ -3,0 +10,0 @@ ==================

6

lib/express.js

@@ -20,8 +20,2 @@ /**

/**
* Framework version.
*/
exports.version = '3.2.5';
/**
* Expose mime.

@@ -28,0 +22,0 @@ */

6

package.json
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.3.1",
"version": "3.3.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -25,3 +25,3 @@ "contributors": [

"dependencies": {
"connect": "2.8.1",
"connect": "2.8.2",
"commander": "0.6.1",

@@ -34,3 +34,3 @@ "range-parser": "0.0.4",

"methods": "0.0.1",
"send": "0.1.1",
"send": "0.1.2",
"cookie-signature": "1.0.1",

@@ -37,0 +37,0 @@ "debug": "*"

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