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

color-legend-element

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-legend-element - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "color-legend-element",
"version": "1.0.4",
"version": "1.0.5",
"description": "A custom element (web component) suitable for use as a legend in data visualizations",

@@ -124,4 +124,4 @@ "main": "build/color-legend-element.umd.js",

"engines": {
"node": "16.13.0"
"node": ">=16.13.0"
}
}

@@ -51,2 +51,10 @@ # Color Legend Element

### Windows OS Install
Note that Windows OS users may experience a problem with module bundlers where the D3JS dependencies are not found by the CLE. To work around this, it is recommended to be sure to use the ESM build:
```js
import "color-legend-element/build/color-legend-element.js";
```
## Example Usage

@@ -53,0 +61,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