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

@d3fc/d3fc-brush

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-brush - npm Package Compare versions

Comparing version 2.1.5 to 3.0.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# 3.0.0 (2020-04-16)
### chore
* consolidate dependencies ([79b7d1f](https://github.com/d3fc/d3fc/commit/79b7d1f))
### BREAKING CHANGES
* d3fc no longer has a direct dependency on d3. Add the
dependency directly to your package instead.
## [2.1.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-brush@2.1.4...@d3fc/d3fc-brush@2.1.5) (2020-04-02)

@@ -8,0 +25,0 @@

27

package.json
{
"name": "@d3fc/d3fc-brush",
"version": "2.1.5",
"version": "3.0.0",
"description": "Adapts the D3 brush, making it easier to create data-driven brushed charts.",

@@ -21,23 +21,18 @@ "license": "MIT",

"test": "npx jasmine --config=../../scripts/jasmine.json",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-brush",
"screenshots": "node ../../scripts/screenshot.js -- --selector #main-chart"
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-brush"
},
"devDependencies": {
"@d3fc/d3fc-chart": "^3.1.5",
"@d3fc/d3fc-extent": "^3.2.0",
"@d3fc/d3fc-random-data": "^3.1.0",
"d3": "^4.2.5"
},
"dependencies": {
"@d3fc/d3fc-data-join": "^5.1.0",
"@d3fc/d3fc-rebind": "^5.0.10",
"d3-brush": "^1.0.3",
"d3-dispatch": "^1.0.2",
"d3-scale": "^1.0.3",
"d3-selection": "^1.0.2"
"@d3fc/d3fc-data-join": "^6.0.0",
"@d3fc/d3fc-rebind": "^6.0.0"
},
"peerDependencies": {
"d3-brush": "*",
"d3-dispatch": "*",
"d3-scale": "*",
"d3-selection": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6c2f06364902fd6a95652f93f5dfea8f1cd12205"
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8"
}

@@ -5,3 +5,3 @@ # d3fc-brush

<img src="screenshots/screenshot.png"/>
<img src="https://d3fc.io/examples/brush-navigator/screenshot.png" />

@@ -113,3 +113,3 @@ [Main D3FC package](https://github.com/d3fc/d3fc)

<a name="brushY" href="#brushY">#</a> fc.**brushY**()
<a name="brushY" href="#brushY">#</a> fc.**brushY**()

@@ -132,3 +132,3 @@ Creates a new one-dimensional brush along the y-dimension.

<a name="xScale" href="#xScale">#</a> *brush*.**xScale**(*scale*)
<a name="xScale" href="#xScale">#</a> *brush*.**xScale**(*scale*)
<a name="yScale" href="#yScale">#</a> *brush*.**yScale**(*scale*)

@@ -135,0 +135,0 @@

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