Socket
Socket
Sign inDemoInstall

vue-kanban-mao

Package Overview
Dependencies
16
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0 to 11.0.1

8

package.json
{
"name": "vue-kanban-mao",
"version": "11.0.0",
"version": "11.0.1",
"description": "Kanban for vue",

@@ -15,5 +15,5 @@ "author": "Mao <hongtu1993@sina.cn>",

"lint": "eslint --ext .js,.vue src test/unit/specs",
"patch-push": "npm version patch && npm publish --access public",
"minor-push": "npm version minor && npm publish --access public",
"major-push": "npm version major && npm publish --access public"
"patch-push": "yarn version --patch && yarn publish --access public",
"minor-push": "yarn version --minor && yarn publish --access public",
"major-push": "yarn version --major && yarn publish --access public"
},

@@ -20,0 +20,0 @@ "dependencies": {

@@ -11,3 +11,3 @@ # vue-kanban [![Build Status](https://travis-ci.org/BrockReece/vue-kanban.svg?branch=master)](https://travis-ci.org/BrockReece/vue-kanban) [![npm version](https://badge.fury.io/js/vue-kanban.svg)](https://badge.fury.io/js/vue-kanban)

``` bash
npm install vue-kanban
npm install vue-kanban-mao
```

@@ -17,3 +17,3 @@

```bash
yarn add vue-kanban
yarn add vue-kanban-mao
```

@@ -25,3 +25,3 @@

```js
import vueKanban from 'vue-kanban'
import vueKanban from 'vue-kanban-mao'

@@ -28,0 +28,0 @@ Vue.use(vueKanban)

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc