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

cms-module-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cms-module-client - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -497,4 +497,6 @@ import "./css/toolbar.css";

const toolbarPos = storageGet("toolbarPos");
toolbar.style.setProperty("left", toolbarPos.x);
toolbar.style.setProperty("top", toolbarPos.y);
if(toolbarPos){
toolbar.style.setProperty("left", toolbarPos.x);
toolbar.style.setProperty("top", toolbarPos.y);
}

@@ -501,0 +503,0 @@ this.toolbar = toolbar;

{
"name": "cms-module-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "An editor for html pages. This is the client side part of the JS CMS module tool. It lets you edit a webpage in a WYSIWYG way. Together with the Server side module, it creates nicely integrated content management system for Node JS.",
"main": "index.js",
"scripts": {},
"keywords": ["cms", "editor", "WYSIWYG"],
"keywords": [
"cms",
"editor",
"WYSIWYG"
],
"author": "Carl Hallén",

@@ -9,0 +13,0 @@ "license": "ISC",

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