Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datalith/dotmap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datalith/dotmap - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

6

package.json
{
"name": "@datalith/dotmap",
"version": "0.10.0",
"version": "0.10.1",
"description": "datalith dotmap",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"dependencies": {
"@datalith/gridmap": "^0.10.0",
"@datalith/gridmap": "^0.10.1",
"@datalith/util": "^0.10.0",

@@ -65,3 +65,3 @@ "d3-array": "^2.1.0",

},
"gitHead": "7ba1fb0013cf6f149a551a5d17b024eaa0c6a502"
"gitHead": "2f972daa72ebe584e1e4de4ba7f6180b0ed3ae7e"
}

@@ -53,6 +53,8 @@ # @datalith/dotmap

| value | 10 | `(Datum) => number` or `number` | Value accessor |
| fill | `rgb(0,0,0)` | `(Datum) => string` or `string` | Fill color accessor |
| fill | | `(Datum) => string` or `string` | Fill color accessor |
| fillOpacity | | `(Datum) => number` or `number` | Fill opacity accessor |
| stroke | | `(Datum) => string` or `string` | Stroke color accessor |
| strokeOpacity | | `(Datum) => number` or `number` | Stroke opacity accessor |
| projection | `geoNaturalEarth1()` | `GeoProjection` | D3 GeoProjection to map coordinates |
| side | `5` | `number` | Grid cell dimension |
| tooltip | | `(Datum) => string` | Return HTML or text as a string to show on element mouseover |
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