vue-json-to-csv-async
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-json-to-csv-async", | ||
"version": "1.0.0", | ||
"description": "A Vue.js 2 component to transform and download a json in csv format", | ||
"version": "1.0.1", | ||
"description": "A Vue.js 2 component to transform and download a json in csv format. It also accepts promises as value.", | ||
"main": "dist/vue-json-to-csv.js", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "git+https://github.com/angeliquekom/vue-json-to-csv" | ||
"url": "https://github.com/nemanjagajic/vue-json-to-csv" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
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
14027