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

expressjsmvc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressjsmvc - npm Package Compare versions

Comparing version 3.4.12 to 3.4.13

2

lib/expressjsmvc.js

@@ -14,3 +14,2 @@ var path = require("path");

app.settings.view.prototype.lookup = function(viewName) {
console.log(viewName);
var context, match;

@@ -20,3 +19,2 @@ if (this.root instanceof Array) {

context = {root: this.root[i]};
console.log(context);
match = lookup_proxy.call(context, viewName);

@@ -23,0 +21,0 @@ if (match) {

2

package.json
{
"name": "expressjsmvc",
"description": "An Express.js application organized in an MVC way with extra helpers and utilities",
"version": "3.4.12",
"version": "3.4.13",
"author": "Luis Elizondo <lelizondo@gmail.com>",

@@ -6,0 +6,0 @@ "scripts": {

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