Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@domoritz/vega-lite

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoritz/vega-lite - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22

9

index.js
define(["https://bundle.run/vega-embed@3"], function(VegaEmbed) {
var link = document.createElement("link")
link.type = "text/css";
link.rel = "stylesheet";
link.href = "https://unpkg.com/@domoritz/vega-lite@0.1/style.css";
document.getElementsByTagName("head")[0].appendChild(link)
var style = document.createElement("style")
style.text = ".vega-embed .vega-actions > a { visibility: hidden; font-size: 0.9em; margin-right: 0.5em; } " +
".vega-embed:hover .vega-actions > a { visibility: visible; }"
document.getElementsByTagName("head")[0].appendChild(style)

@@ -8,0 +7,0 @@ return function vegalite(spec, options) {

{
"name": "@domoritz/vega-lite",
"version": "0.1.21",
"version": "0.1.22",
"description": "A convenience method for using Vega-Lite.",

@@ -5,0 +5,0 @@ "keywords": [

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