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

@iannisz/node-cms

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iannisz/node-cms - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

compiler.js

@@ -24,3 +24,3 @@ "use strict";

var pageCompiler = compilePage[pageType.name];
var page = pageCompiler(pages[i].page, pagesTable);
var page = pageCompiler(pages[i].pageContent, pagesTable);
// Create directory, if needed

@@ -27,0 +27,0 @@ var directory = getDirectory(root + page.path);

@@ -19,3 +19,3 @@ import * as fs from 'fs'

const pageCompiler = compilePage[pageType.name] as PageCompiler
const page = pageCompiler(pages[i].page, pagesTable)
const page = pageCompiler(pages[i].pageContent, pagesTable)

@@ -22,0 +22,0 @@ // Create directory, if needed

{
"name": "@iannisz/node-cms",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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