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

@domoritz/vega

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domoritz/vega - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

index.js
define(["https://bundle.run/vega-embed@3"], function(VegaEmbed) {
var style = document.createElement("style")
style.innerHTML = ".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)
return function vegalite(spec, options) {

@@ -3,0 +8,0 @@ var div = document.createElement("div");

2

package.json
{
"name": "@domoritz/vega",
"version": "0.1.4",
"version": "0.1.5",
"description": "A convenience method for using Vega.",

@@ -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