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

vue-swatches

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-swatches - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

8

package.json
{
"name": "vue-swatches",
"version": "1.0.0-rc.2",
"description": "Vue component to pick beautiful colors",
"version": "1.0.0-rc.3",
"description": "Vue component to pick beautiful colors!",
"author": "Diego Jara <saintplay96@gmail.com>",

@@ -73,2 +73,3 @@ "private": false,

"file-loader": "^1.1.4",
"floating-scroll": "^2.3.3",
"friendly-errors-webpack-plugin": "^1.6.1",

@@ -79,2 +80,3 @@ "html-webpack-plugin": "^2.30.1",

"jest-serializer-vue": "^0.3.0",
"jquery": "^3.2.1",
"jstransformer-escape-html": "^1.0.0",

@@ -103,2 +105,3 @@ "jstransformer-markdown-it": "^2.0.0",

"vue-jest": "^1.0.2",
"vue-js-modal": "^1.3.7",
"vue-loader": "^13.3.0",

@@ -108,2 +111,3 @@ "vue-style-loader": "^3.0.1",

"vue-test-utils": "^1.0.0-beta.8",
"vue2-simplert": "^0.7.1",
"webpack": "^3.6.0",

@@ -110,0 +114,0 @@ "webpack-bundle-analyzer": "^2.9.0",

@@ -54,9 +54,25 @@ <h1 align="center">

- Presets ready to use
- Popover Mode
- Inline Mode
- Custom Colors
- Nested Colors Array
- Easily Customizable
- Custom Trigger
<ul>
<li>
<a href="https://saintplay.github.io/vue-swatches/#presets">Presets ready to use</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-simple">Popover Mode</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-inline-mode">Inline Mode</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-custom-colors">Custom Colors</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-nested-colors">Nested Colors Array</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-props">Easily Customizable</a>
</li>
<li>
<a href="https://saintplay.github.io/vue-swatches/#sub-using-a-custom-trigger">Custom Trigger</a>
</li>
</ul>

@@ -84,4 +100,7 @@ ## Install ##

// Import the styles too, globally
import "vue-multiselect/dist/vue-multiselect.min.css"
export default {
components: { Swatches },
components: { Swatches }, // window.VueSwatches.default - from CDN
data () {

@@ -88,0 +107,0 @@ return {

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