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

imdone-api

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdone-api - npm Package Compare versions

Comparing version 0.0.20 to 1.47.0

10

lib/plugin.js

@@ -18,2 +18,7 @@ "use strict";

}
init() {
return __awaiter(this, void 0, void 0, function* () {
this.unimplemented('init()');
});
}
destroy() { }

@@ -36,2 +41,7 @@ onBeforeAddTask(request) {

}
onTaskFound(task) {
return __awaiter(this, void 0, void 0, function* () {
this.unimplemented('onTaskFound(task: Task)');
});
}
onAfterDeleteTask(task) {

@@ -38,0 +48,0 @@ this.unimplemented('onAfterDeleteTask(task: Task)');

2

package.json
{
"name": "imdone-api",
"version": "0.0.20",
"version": "1.47.0",
"description": "Plugin API for imdone",

@@ -5,0 +5,0 @@ "main": "./lib/plugin.js",

@@ -38,2 +38,3 @@ import { Project, Task, List } from './project';

constructor(project: Project);
init(): Promise<void>;
destroy(): void;

@@ -44,2 +45,3 @@ onBeforeAddTask(request: OnBeforeAddTaskRequest): Promise<OnBeforeAddTaskResponse>;

onTaskUpdate(task: Task): void;
onTaskFound(task: Task): Promise<void>;
onAfterDeleteTask(task: Task): void;

@@ -46,0 +48,0 @@ getCardProperties(task: Task): Object;

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