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

vue-color

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-color - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

package.json
{
"name": "vue-color",
"version": "2.0.1",
"version": "2.0.2",
"description": "Color of Vue Components",

@@ -14,3 +14,3 @@ "keywords": [

"e2e": "node test/e2e/runner.js",
"gh": "npm run build && node build/deploy",
"gh": "npm run example && node build/deploy",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",

@@ -17,0 +17,0 @@ "test": "npm run unit && npm run e2e",

@@ -1,4 +0,4 @@

# vue-color
# vue-color
Color Pickers for Sketch, Photoshop, Chrome & more with Vue.js.
Color Pickers for Sketch, Photoshop, Chrome & more with Vue.js(vue2.0).

@@ -120,3 +120,4 @@ ## [Live demo](http://xiaokaike.github.io/vue-color/)

## TODO
-[] support Vue 2.0
-[] docs
-[] more components

@@ -123,0 +124,0 @@

@@ -8,2 +8,8 @@ import Compact from './components/Compact.vue'

import Chrome from './components/Chrome.vue'
import Alpha from './components/common/Alpha.vue'
import Checkboard from './components/common/Checkboard.vue'
import EditableInput from './components/common/EditableInput.vue'
import Hue from './components/common/Hue.vue'
import Saturation from './components/common/Saturation.vue'
import ColorMixin from './mixin/color.js'

@@ -18,5 +24,11 @@ const VueColor = {

Sketch,
Chrome
Chrome,
Alpha,
Checkboard,
EditableInput,
Hue,
Saturation,
ColorMixin
}
module.exports = VueColor

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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