vue-handsontable-official
Advanced tools
Comparing version 0.2.5 to 1.0.0
{ | ||
"name": "vue-handsontable-official", | ||
"description": "A Vue.js Handsontable wrapper component.", | ||
"version": "0.2.5", | ||
"version": "1.0.0", | ||
"author": "Handsoncode", | ||
"main": "src/HotTable.vue", | ||
"dependencies": { | ||
"zeroclipboard": "^2.3.0", | ||
"moment": "^2.17.1", | ||
"numbro": "^1.9.3", | ||
"pikaday": "^1.5.1", | ||
"handsontable": "^0.31.1" | ||
"handsontable": "^0.33.0" | ||
}, | ||
@@ -34,3 +30,11 @@ "devDependencies": { | ||
"release": "generate-release" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"__HOT_BUILD_DATE__": "", | ||
"__HOT_PACKAGE_NAME__": "", | ||
"__HOT_VERSION__": "", | ||
"__HOT_BASE_VERSION__": "" | ||
} | ||
} | ||
} |
@@ -27,7 +27,2 @@ # vue-handsontable-official [![Build Status](https://travis-ci.org/handsontable/vue-handsontable-official.png?branch=master)](https://travis-ci.org/handsontable/vue-handsontable-official) | ||
<script> | ||
import moment from 'moment'; | ||
import numbro from 'numbro'; | ||
import pikaday from 'pikaday'; | ||
import Zeroclipboard from 'zeroclipboard'; | ||
import Handsontable from 'handsontable'; | ||
import HotTable from 'vue-handsontable-official'; | ||
@@ -41,3 +36,3 @@ import Vue from 'vue'; | ||
hotSettings: { | ||
data: Handsontable.helper.createSpreadsheetData(40, 40), | ||
data: [['sample', 'data']], | ||
colHeaders: true | ||
@@ -44,0 +39,0 @@ } |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28479
1
1
84
1
+ Addedhandsontable@0.33.0(transitive)
+ Addedmoment@2.18.1(transitive)
+ Addednumbro@1.11.0(transitive)
+ Addedpikaday@1.5.1(transitive)
- Removedmoment@^2.17.1
- Removednumbro@^1.9.3
- Removedpikaday@^1.5.1
- Removedzeroclipboard@^2.3.0
- Removedhandsontable@0.31.2(transitive)
- Removedmoment@2.30.1(transitive)
- Removednumbro@1.11.1(transitive)
- Removedpikaday@1.8.2(transitive)
- Removedzeroclipboard@2.3.0(transitive)
Updatedhandsontable@^0.33.0