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

semantic-kanban

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-kanban - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

5

package.json
{
"name": "semantic-kanban",
"version": "1.3.0",
"version": "1.4.0",
"description": "A simple Kanban Component built with Semantic-UI + Vue.js",

@@ -33,3 +33,4 @@ "keywords": [

"semantic-ui-css": "^2.2.12",
"vue": "^2.3.3"
"vue": "^2.3.3",
"vue-color": "^2.4.0"
},

@@ -36,0 +37,0 @@ "devDependencies": {

24

readme.md

@@ -198,3 +198,3 @@ # semantic-kanban [![Build Status](https://travis-ci.org/danilosampaio/semantic-kanban.svg?branch=master)](https://travis-ci.org/danilosampaio/semantic-kanban) [![Coverage Status](https://coveralls.io/repos/github/danilosampaio/semantic-kanban/badge.svg?branch=master)](https://coveralls.io/github/danilosampaio/semantic-kanban?branch=master)

#### `status`
Type: `string` ('backlog' | 'doing' | 'blocked' | 'done'`)
Type: `string` ('backlog' | 'doing' | 'blocked' | 'done' | 'archived'`)

@@ -211,2 +211,4 @@ Status of the task:

`'archived'` represents a finished task that it's not viewed on the board.
#### `dueDate`

@@ -231,3 +233,3 @@ Type: `date`

Ex2: [{title: 'critical', color: 'red'}].
Ex2: [{value: 'critical', color: 'red'}].

@@ -361,3 +363,5 @@

`Params` : `task`
#### @newTask

@@ -372,3 +376,5 @@

`Params` : `task`
#### @confirmDeleteTask

@@ -378,3 +384,5 @@

`Params` : `task`
#### @deleteTask

@@ -384,3 +392,5 @@

`Params` : `task`
#### @addTag

@@ -390,3 +400,5 @@

`Params` : `task`, `tag`
#### @deleteTag

@@ -396,3 +408,5 @@

`Params` : `task`, `tag`
#### @updateMember

@@ -405,12 +419,6 @@

## Roadmap
- Add more tests
- Allow add tags in tasks
## License
MIT © [Danilo Sampaio](http://github.com/danilosampaio)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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