Socket
Socket
Sign inDemoInstall

vega-lite

Package Overview
Dependencies
Maintainers
2
Versions
470
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.7.15 to 0.7.16

4

bower.json
{
"name": "vega-lite",
"main": "vega-lite.js",
"version": "0.7.15",
"homepage": "https://github.com/uwdata/vega-lite",
"version": "0.7.16",
"homepage": "https://github.com/vega/vega-lite",
"authors": [

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

{
"name": "vega-lite",
"author": "Jeffrey Heer, Dominik Moritz, Kanit \"Ham\" Wongsuphasawat",
"version": "0.7.15",
"version": "0.7.16",
"collaborators": [

@@ -17,2 +17,8 @@ "Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)",

"deploy": "npm run lint && npm run test && scripts/deploy.sh",
"patch": "gulp patch",
"feature": "gulp feature",
"release": "gulp release",
"build": "gulp build",
"watch": "gulp watch-schema watch-test",
"start": "gulp serve",
"lint": "gulp jshint",

@@ -23,9 +29,9 @@ "test": "gulp test"

"type": "git",
"url": "https://github.com/uwdata/vega-lite.git"
"url": "https://github.com/vega/vega-lite.git"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/uwdata/vega-lite/issues"
"url": "https://github.com/vega/vega-lite/issues"
},
"homepage": "https://github.com/uwdata/vega-lite",
"homepage": "https://github.com/vega/vega-lite",
"devDependencies": {

@@ -32,0 +38,0 @@ "browser-sync": "^2.8.2",

# Vega-lite
[![Build Status](https://travis-ci.org/uwdata/vega-lite.svg)](https://travis-ci.org/uwdata/vega-lite)
[![npm dependencies](https://david-dm.org/uwdata/vega-lite.svg)](https://www.npmjs.com/package/vega-lite)
[![Build Status](https://travis-ci.org/vega/vega-lite.svg)](https://travis-ci.org/vega/vega-lite)
[![npm dependencies](https://david-dm.org/vega/vega-lite.svg)](https://www.npmjs.com/package/vega-lite)
[![npm version](https://img.shields.io/npm/v/vega-lite.svg)](https://www.npmjs.com/package/vega-lite)
[![Coverage Status](https://coveralls.io/repos/uwdata/vega-lite/badge.svg)](https://coveralls.io/r/uwdata/vega-lite)
[![Coverage Status](https://coveralls.io/repos/vega/vega-lite/badge.svg)](https://coveralls.io/r/vega/vega-lite)
**Vega-lite is work in progress and we are working on improving the code and documentation.**
**Vega-lite is still in alpha phase and we are working on improving the code and documentation.
Note that our syntax might change slight before we release 1.0.**

@@ -15,11 +16,11 @@ Provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete [Vega](https://vega.github.io/) specifications.

If you are using Vega-lite for your project(s), please let us know by emailing us at [Vega-lite \[at\] cs.washington.edu](mailto:vega-lite@cs.washington.edu). Feedbacks are also welcomed.
If you find a bug or have a feature request, please [create an issue](https://github.com/uwdata/vega-lite/issues/new).
If you find a bug or have a feature request, please [create an issue](https://github.com/vega/vega-lite/issues/new).
Use Vega-lite in the [online editor](https://uwdata.github.io/vega-lite/).
Use Vega-lite in the [online editor](https://vega.github.io/vega-lite/).
The complete schema for specifications as [JSON schema](http://json-schema.org/) is at [spec.json](https://uwdata.github.io/vega-lite/spec.json).
The complete schema for specifications as [JSON schema](http://json-schema.org/) is at [spec.json](https://vega.github.io/vega-lite/spec.json).
## Example specification
We have more example visualizations in our [gallery](https://uwdata.github.io/vega-lite/gallery.html).
We have more example visualizations in our [gallery](https://vega.github.io/vega-lite/gallery.html).

@@ -70,19 +71,23 @@ ### Barleys

Install gulp globally by running
Then, cd into your local clone of the repository, and install all the npm dependencies:
```sh
npm install -g gulp
cd vega-lite
npm install
```
Then install all the npm dependencies:
### Commands
You can run `npm run build` to compile vega-lite or run `npm start` to open the live vega-lite editor.
You can `npm run watch` to start a watcher task that regenerate the `spec.json` file whenever `schema.js` changes, and lints and tests all JS files when any `.js` file in `test/` or `src/` changes.
Note: These commands use [Gulp](http://gulpjs.com) internally; to run them directly (instead of through the `npm run` aliases), install gulp globally with
```sh
npm install
npm install -g gulp
```
You can run `gulp` to compile vega-lite or run `gulp serve` to open the live vega-lite editor.
### Developing Vega-lite and Datalib
Vega-lite depends on [Datalib](https://github.com/uwdata/datalib).
Vega-lite depends on [Datalib](https://github.com/vega/datalib).
If you plan to make changes to datalib and test Vega-lite without publishing / copying compiled datalib all the time, use npm's [link](http://justjs.com/posts/npm-link-developing-your-own-npm-modules-without-tears) function.

@@ -89,0 +94,0 @@

@@ -98,2 +98,2 @@ // utility for enc

}, {});
};
};

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