Socket
Socket
Sign inDemoInstall

@optimuscms/editor

Package Overview
Dependencies
11
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "@optimuscms/editor",
"version": "2.2.1",
"version": "2.2.2",
"author": "Rich Moore",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,4 +8,6 @@ # Optimus Editor

```bash
# npm
npm install @optimuscms/editor --save
# yarn
yarn add @optimuscms/editor

@@ -12,0 +14,0 @@ ```

@@ -21,6 +21,6 @@ import config from './config';

init() {
return {
...defaultOptions.config,
...this.config
};
return Object.assign({},
defaultOptions.config,
this.config
);
}

@@ -27,0 +27,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc