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.17 to 0.0.18

static/root/admin-panel/css/admin-panel.css

5

install.js

@@ -136,6 +136,3 @@ "use strict";

}
// Overwrite ./private-workers directory
if (fs.existsSync('private-workers')) {
rimraf('private-workers');
}
// Overwrite ./private-workers directory contents
qcd.sync(__dirname + '/static/private-workers', 'private-workers');

@@ -142,0 +139,0 @@ // Create User Database

6

install.ts

@@ -146,8 +146,4 @@ /*

// Overwrite ./private-workers directory
// Overwrite ./private-workers directory contents
if (fs.existsSync('private-workers')) {
rimraf('private-workers')
}
qcd.sync(__dirname + '/static/private-workers', 'private-workers')

@@ -154,0 +150,0 @@

{
"name": "@iannisz/node-cms",
"version": "0.0.17",
"version": "0.0.18",
"description": "Node CMS",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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