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.68 to 0.0.69

2

compiler.js

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

if (fs.statSync(file).isDirectory()) {
deleteEmptyDirectories(file);
deleteEmptyDirectories(`${dirPath}/${file}`);
}

@@ -116,0 +116,0 @@ }

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

if (fs.statSync(file).isDirectory()) {
deleteEmptyDirectories(file)
deleteEmptyDirectories(`${ dirPath }/${ file }`)
}

@@ -169,0 +169,0 @@ }

{
"name": "@iannisz/node-cms",
"version": "0.0.68",
"version": "0.0.69",
"description": "Node CMS",

@@ -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