Socket
Socket
Sign inDemoInstall

express-resource

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-resource - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

History.md
0.0.2 / 2011-03-03
==================
* Added Express 2.0 support
0.0.1 / 2010-09-06

@@ -3,0 +8,0 @@ ==================

4

index.js

@@ -13,3 +13,5 @@

var express = require('express')
, Server = express.Server;
, Server = express.HTTPServer
? express.HTTPServer
: express.Server;

@@ -16,0 +18,0 @@ /**

{ "name": "express-resource"
, "description": "Resourceful routing for express"
, "version": "0.0.1"
, "version": "0.0.2"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

@@ -5,0 +5,0 @@ , "keywords": ["express", "rest", "resource"]

Sorry, the diff of this file is not supported yet

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