Socket
Socket
Sign inDemoInstall

periodicjs.core.controller

Package Overview
Dependencies
21
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

9

lib/controller.js

@@ -34,3 +34,5 @@ /*

theme = resources.settings.theme;
applocals = resources.app.locals;
if(resources.app && resources.app.locals){
applocals = resources.app.locals;
}
CoreUtilities = new Utilities(resources);

@@ -175,3 +177,3 @@ };

}
else{
else if(applocals){
async.applyEach(

@@ -189,2 +191,5 @@ applocals.additionalHTMLFunctions,

}
else{
renderResponseData();
}
};

@@ -191,0 +196,0 @@

{
"name": "periodicjs.core.controller",
"description": "Customizable CMS platform",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc