New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-handsontable-official

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-handsontable-official - npm Package Compare versions

Comparing version 0.2.5 to 1.0.0

16

package.json
{
"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

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