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 1.0.2 to 1.0.3

2

examples/specs/area.json
{
"data": {"url": "data/unemployment-industry.json"},
"data": {"url": "data/unemployment-across-industries.json"},
"mark": "area",

@@ -4,0 +4,0 @@ "encoding": {

{
"data": {"url": "data/unemployment-industry.json"},
"data": {"url": "data/unemployment-across-industries.json"},
"mark": "area",

@@ -4,0 +4,0 @@ "encoding": {

{
"data": {"url": "data/unemployment-industry.json"},
"data": {"url": "data/unemployment-across-industries.json"},
"mark": "area",

@@ -4,0 +4,0 @@ "encoding": {

{
"description": "Area chart showing weight of cars over time.",
"data": {"url": "data/unemployment-industry.json"},
"data": {"url": "data/unemployment-across-industries.json"},
"mark": "area",

@@ -5,0 +5,0 @@ "encoding": {

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

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

"postbuild": "uglifyjs vega-lite.js -cm --source-map vega-lite.min.js.map > vega-lite.min.js && npm run schema",
"build:all": "npm run clean && npm run build && npm test && npm run lint && npm run images",
"build:all": "npm run clean && npm run data && npm run build && npm test && npm run lint && npm run images",
"cover": "tsc && istanbul cover node_modules/.bin/_mocha -- --recursive",
"clean": "rm -f vega-lite.* vega-lite-schema.json & find src -name '*.js*' -type f -delete & find test -name '*.js*' -type f -delete & find site -name '*.js*' -type f -delete & rm -rf examples/_diff examples/_original examples/_output examples/images",
"data": "cp node_modules/vega-datasets/data/* data",
"clean": "rm -f vega-lite.* vega-lite-schema.json & find src -name '*.js*' -type f -delete & find test -name '*.js*' -type f -delete & find site -name '*.js*' -type f -delete & rm -rf examples/_diff examples/_original examples/_output examples/images && rm -rf data",
"data": "rm -rf data && cp -r node_modules/vega-datasets/data data",
"deploy": "scripts/deploy.sh",

@@ -24,0 +24,0 @@ "deploy:gh": "scripts/deploy-gh.sh",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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