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

@optimuscms/editor

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@optimuscms/editor - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

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

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

@@ -19,2 +19,20 @@ import config from './config';

created() {
if (config.hasOwnProperty('onCreated')) {
config.onCreated();
}
},
mounted() {
if (config.hasOwnProperty('onMounted')) {
config.onMounted();
}
},
beforeDestroy() {
if (config.hasOwnProperty('onBeforeDestroy')) {
config.onBeforeDestroy();
}
},
computed: {

@@ -21,0 +39,0 @@ init() {

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