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

express-partials

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-partials - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

History.md

@@ -0,2 +1,7 @@

0.0.5 / 2012-06-29
==================
* Support Node v0.8.0 (or any node really).
0.0.4 / 2012-06-25

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

6

index.js
var path = require('path')
, exists = path.existsSync
, fs = require('fs')
, exists = fs.existsSync || path.existsSync
, resolve = path.resolve
, extname = path.extname
, basename = path.basename
, fs = require('fs');
, basename = path.basename;

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

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

"description": "Express 3.x Layout & Partial support.",
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -11,3 +11,3 @@ "url": "https://github.com/publicclass/express-partials"

"engines": {
"node": "~0.6.8"
"node": "*"
},

@@ -17,3 +17,4 @@ "dependencies": {

"devDependencies": {
"express": "git://github.com/visionmedia/express.git",
"express": "3.0.0beta4",
"methods": "*",
"mocha": "*",

@@ -20,0 +21,0 @@ "should": "*",

@@ -7,3 +7,3 @@

var EventEmitter = require('events').EventEmitter
, methods = require('express').methods
, methods = require('methods')
, http = require('http');

@@ -10,0 +10,0 @@

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