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

to
1.0.0-alpha2

8

package.json
{
"name": "@flourish/controls",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"description": "Switchable dropdown/buttons/slider control",

@@ -26,4 +26,4 @@ "main": "controls.js",

"d3-time-format": "^2.1.3",
"rollup": "^0.67.4",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup": "^1.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"uglify-js": "^3.4.9"

@@ -33,3 +33,3 @@ },

"@flourish/eslint-plugin-flourish": "^0.7.2",
"eslint": "^5.9.0",
"eslint": "^5.12.0",
"pre-commit": "^1.2.2"

@@ -36,0 +36,0 @@ },

@@ -0,3 +1,10 @@

# 1.0.0 (in alpha)
* Controls now have their own settings block
# 0.4.3
* Use updated version of Flourish slider
* Remove Number.isFinite which is an ES6ism
# 0.4.2
* Upgrade modules including to slider where missing-comma bug is fixed

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