Socket
Socket
Sign inDemoInstall

vega-lite-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-lite-api - npm Package Compare versions

Comparing version 5.0.0-beta.5 to 5.0.0

2

package.json
{
"name": "vega-lite-api",
"version": "5.0.0-beta.5",
"version": "5.0.0",
"description": "A JavaScript API for Vega-Lite.",

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

@@ -1,6 +0,8 @@

import {} from './__util__';
import {set} from './__util__';
import {selectPoint} from './selectPoint';
export function selectSingle(...args) {
return selectPoint(...args);
const obj = selectPoint(...args);
set(obj, "toggle", false);
return obj;
}

Sorry, the diff of this file is not supported yet

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