Comparing version 2.0.1 to 2.0.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1029610
5666
127
0