New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-list-picker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-list-picker - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "vue-list-picker",
"version": "0.1.0",
"version": "0.1.1",
"private": false,

@@ -5,0 +5,0 @@ "scripts": {

@@ -16,4 +16,6 @@ <p align="center">

[![Edit Checkbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/o4o10xynoz)
[![Edit Checkbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-list-picker-ojqrr)
> **Note:** The icons svgs work, they just don't seem to work inside codesanbox :)
## How to install

@@ -103,6 +105,10 @@

}
const example4 = {
key: 4,
content: 'Item 4'
}
const leftItems = [example1, example2]
const rightItems = [example3, example4]
const leftItems = [example1, example2, example3]
const rightItems = [example1, example2, example3]
return { leftItems, rightItems }

@@ -109,0 +115,0 @@ }