New:Socket for Asana Is Now Available.Learn more
Sign In

@complex-suite/plugin

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/plugin - npm Package Compare versions

Comparing version
5.0.4
to
5.0.5
+10
-4
index.ts

@@ -1,4 +0,4 @@

import date from "./src/date"
import notice, { type noticeOption, type messageType } from "./src/notice"
import PluginLayout, { type PluginLayoutData } from "./src/layout"
import date, { type parseType, type PluginDateInitOption, PluginDate } from "./src/date"
import notice, { type noticeOption, type messageType, type debugConfirmOption, type noticeType } from "./src/notice"
import PluginLayout, { PluginLayoutData, type PluginLayoutDataInitOption } from "./src/layout"

@@ -23,9 +23,15 @@ export type optionsType = {

date,
type parseType,
type PluginDateInitOption,
PluginDate,
notice,
type noticeOption,
type messageType,
type debugConfirmOption,
type noticeType,
PluginLayout,
type PluginLayoutData,
PluginLayoutData,
type PluginLayoutDataInitOption,
install
}
{
"name": "@complex-suite/plugin",
"version": "5.0.4",
"version": "5.0.5",
"description": "a complex plugin",

@@ -12,3 +12,3 @@ "type": "module",

"dependencies": {
"@complex-suite/utils": "3.0.4"
"@complex-suite/utils": "3.0.5"
},

@@ -15,0 +15,0 @@ "devDependencies": {