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.4 to 0.0.5

4

compiler.ts

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

type PageCompiler = (pageContent: any, pages: any) => { html: string, path: string }
type PageCompiler = (pageContent: Object, pages: any) => { html: string, path: string }

@@ -20,3 +20,3 @@ export const compile = (pagesTable: Table, pageTypesTable: Table, compilePage: any, root: string) => {

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

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

{
"name": "@iannisz/node-cms",
"version": "0.0.4",
"version": "0.0.5",
"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