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.2.0 to 0.3.0

test/fixtures/locals/app.js

7

History.md
0.3.0 / 2014-06-30
==================
* Added locals to options to properly render haml
0.2.0 / 2014-01-18

@@ -61,2 +66,2 @@ ==================

* Initial release
* Initial release

@@ -324,2 +324,3 @@ var path = require('path')

}
options.locals = locals
return renderer(ext)(source, options);

@@ -326,0 +327,0 @@ }

5

package.json

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

"description": "Express 3.x Layout & Partial support.",
"version": "0.2.0",
"version": "0.3.0",
"repository": {

@@ -19,4 +19,5 @@ "url": "https://github.com/publicclass/express-partials"

"mocha": "*",
"supertest": "*",
"supertest": "0.4.0",
"ejs": "*",
"hamljs": "*",
"jade": "*",

@@ -23,0 +24,0 @@ "eco": "*",

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