Socket
Socket
Sign inDemoInstall

vega-lite

Package Overview
Dependencies
Maintainers
2
Versions
469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-lite - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

.idea/.name

4

package.json
{
"name": "vega-lite",
"author": "Jeffrey Heer, Dominik Moritz, Kanit \"Ham\" Wongsuphasawat",
"version": "0.6.9",
"version": "0.6.10",
"collaborators": [

@@ -56,3 +56,3 @@ "Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)",

"dependencies": {
"datalib": "^1.0.11"
"datalib": "^1.1.8"
},

@@ -59,0 +59,0 @@ "browserify": {

'use strict';
var summary = module.exports = require('datalib/src/summary');
var summary = module.exports = require('datalib/src/stats').summary;

@@ -5,0 +5,0 @@ require('../globals');

@@ -6,3 +6,3 @@ 'use strict';

util.extend(util, require('datalib/src/generate'));
util.bin = require('datalib/src/bin');
util.bin = require('datalib/src/bins/bins');

@@ -9,0 +9,0 @@ util.isin = function(item, array) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc