Socket
Socket
Sign inDemoInstall

oils-plugin-braziw-cms

Package Overview
Dependencies
28
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

controllers/document/add.js

@@ -52,3 +52,3 @@ module.exports = function(pluginConf, web) {

} else {
//let docType = req.params['DOC_TYPE'];
let doc = new Object();

@@ -61,3 +61,3 @@

res.renderFile(pluginConf.views.addDocument,
{context: context, folderId: folderId, isFolder: req.query.isFolder, doc: doc, customDocType: docType, modelEditables: modelEditables, docTypeMap: docTypeMap});
{context: context, folderId: folderId, isFolder: req.query.isFolder, doc: doc, customDocType: doc.docType, modelEditables: modelEditables, docTypeMap: docTypeMap});
}

@@ -64,0 +64,0 @@

{
"name": "oils-plugin-braziw-cms",
"version": "3.0.0",
"version": "3.0.1",
"description": "Content and document management system plugin for oils js",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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