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

@flourish/facets

Package Overview
Dependencies
Maintainers
21
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/facets - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

rollup.config.mjs

6

.eslintrc.json
{
"extends": "../../.eslintrc.cjs"
"extends": "../../.eslintrc.cjs",
"ignorePatterns": [
"facets.js",
"facets.min.js"
]
}

15

package.json
{
"name": "@flourish/facets",
"version": "3.0.1",
"version": "3.0.2",
"private": false,

@@ -11,6 +11,9 @@ "description": "Create small-multiple grid layouts",

"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@flourish/eslint-plugin-flourish": "^0.7.2",
"@rollup/plugin-babel": "^6.0.4",
"eslint": "^8.35.0",
"rollup": "^1.25.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup": "^4.6.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"terser": "^5.16.1"

@@ -26,9 +29,9 @@ },

"dependencies": {
"@flourish/pocket-knife": "^1.0.0",
"d3-scale": "2.1.2",
"d3-selection": "^1.4.0",
"d3-transition": "^1.2.0"
"d3-transition": "^1.2.0",
"@flourish/pocket-knife": "^1.3.0"
},
"scripts": {
"lint": "eslint src",
"lint": "eslint .",
"build": "rollup -c",

@@ -35,0 +38,0 @@ "minify": "terser -m -o facets.min.js facets.js",

# Flourish facets module
A module for creating "small multiples" or "facetted" visualizations. Creates a configurable responsive grid layout in a given SVG. Each "facet" (each cell in the grid) gets a title and a container for the visualization itself, and the module provides editor settings for grid layout and title formatting.
As described below, this module is often used in conjunction with @flourish/chart-layout to add axes to each mini facet visualization, but you could also use it in other ways, e.g. to lay out small multiple maps.
As described below, this module is often used in conjunction with @flourish/chart-layout (or @flourish/axes) to add axes to each mini facet visualization, but you could also use it in other ways, e.g. to lay out small multiple maps.

@@ -135,3 +135,3 @@ ## Summary

For charts with axes, this module is often used with `@flourish/chart-layout` (`@flourish/radial-axis`). One way of doing this is to attach a new chart layout instance once to each new facet. You could do this by maintaining a list of instances…
For charts with axes, this module is often used with `@flourish/chart-layout` (`@flourish/radial-axis`) or `@flourish/axes`. One way of doing this is to attach a new chart layout (or axes) instance once to each new facet. You could do this by maintaining a list of instances…

@@ -264,2 +264,2 @@ ```js

}
```
```

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

# 3.0.2
* Update setting descriptions and add links
# 3.0.1

@@ -2,0 +5,0 @@ * Update license annotation

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

facets_update.select(".fl-facet-primary")

@@ -373,0 +372,0 @@ .each(updateFacetPrimary)

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

Sorry, the diff of this file is not supported yet

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