New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mvcjs

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcjs - npm Package Compare versions

Comparing version 0.3.3 to 1.0.0

15

framework/core/view.js

@@ -88,6 +88,13 @@ "use strict";

if (this.config.cache) {
defaults.cache = {
get: this.getPreloaded.bind(this),
set: this.setPreloaded.bind(this)
};
if (this.config.externalTemplateCaching) {
defaults.cache = {
get: this.externalTemplateCaching.get.bind(this),
set: this.externalTemplateCaching.set.bind(this)
};
} else {
defaults.cache = {
get: this.getPreloaded.bind(this),
set: this.setPreloaded.bind(this)
};
}
}

@@ -94,0 +101,0 @@

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

"description": "Powerful lightweight mvc framework for nodejs",
"version": "0.3.3",
"version": "1.0.0",
"dependencies": {

@@ -8,0 +8,0 @@ "mongoose": "4.8.x",

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