New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flourish/controls

Package Overview
Dependencies
Maintainers
33
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/controls - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.vscode/settings.json

2

package.json
{
"name": "@flourish/controls",
"version": "3.0.0",
"version": "3.0.1",
"description": "Switchable dropdown/buttons/slider control",

@@ -5,0 +5,0 @@ "main": "controls.js",

@@ -0,1 +1,4 @@

# 3.0.1
* Fix slider-label bug
# 3.0.0

@@ -2,0 +5,0 @@ * Prepare for typed data

@@ -24,3 +24,3 @@ import { select } from "d3-selection";

var play_string, pause_string, handle_color;
var sorted_options, timesteps, slider_label, is_playing;
var sorted_options, timesteps, is_playing;
var timer_id = null;

@@ -176,4 +176,3 @@

slider_label = slider_label || slider_div.select("text.slider-end-labels");
slider_label
slider_div.select("text.slider-end-labels")
.style("fill", state.slider_font_color)

@@ -180,0 +179,0 @@ .attr("y", "0")

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