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

ejs-locals

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejs-locals - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json

@@ -8,3 +8,3 @@ {

"description": "Express 3.x locals for layout, partial and blocks.",
"version": "0.2.4",
"version": "0.2.5",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

@@ -15,8 +15,6 @@ var express = require('express')

app.locals({
_layoutFile: true
_layoutFile: true,
})
app.locals.use(function(req,res){
app.locals.hello = 'there';
})
app.locals.hello = 'there';

@@ -23,0 +21,0 @@ app.get('/',function(req,res,next){

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