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

periodicjs.core.controllerhelper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

periodicjs.core.controllerhelper - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

14

lib/controllerhelper.js

@@ -10,3 +10,3 @@ /*

var fs = require('fs-extra');
var fs = require('fs-extra'),path = require('path');
/**

@@ -34,10 +34,10 @@ * A module that represents a extension manager.

var extname = options.extname || '',
// themename = options.themename,
themename = options.themename,
theme = options.theme,
viewname = options.viewname,
// themefileext = options.themefileext,
themetemplatefile = options.themetemplatefile,
exttemplatefile = options.exttemplatefile;
// themetemplatefile = path.join(path.resolve(__dirname, '../../content/themes'), themename, 'views', viewname + '.' + themefileext),
// exttemplatefile = path.join(path.resolve(process.cwd(), './node_modules', extname), 'views', viewname + '.' + themefileext);
themefileext = options.themefileext,
// themetemplatefile = options.themetemplatefile,
// exttemplatefile = options.exttemplatefile,
themetemplatefile = path.join(path.resolve(process.cwd(), './content/themes'), themename, 'views', viewname + '.' + themefileext),
exttemplatefile = path.join(path.resolve(process.cwd(), './node_modules', extname), 'views', viewname + '.' + themefileext);

@@ -44,0 +44,0 @@ var getExtensionView = function (viewname, callback) {

{
"name": "periodicjs.core.controllerhelper",
"description": "Customizable CMS platform",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

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

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