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

imdone-api

Package Overview
Dependencies
Maintainers
1
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.15 to 0.0.16

3

lib/plugin.js

@@ -35,2 +35,5 @@ "use strict";

}
onAfterDeleteTask(task) {
this.unimplemented('onAfterDeleteTask(task: Task)');
}
getCardProperties(task) {

@@ -37,0 +40,0 @@ this.unimplemented('getCardProperties(task: Task)');

2

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

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

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

onTaskUpdate(task: Task): void;
onAfterDeleteTask(task: Task): void;
getCardProperties(task: Task): Object;

@@ -43,0 +44,0 @@ getCardActions(task: Task): Array<CardAction>;

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