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

@d3fc/d3fc-element

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-element - npm Package Compare versions

Comparing version 5.1.6 to 5.2.0

11

CHANGELOG.md

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

<a name="5.2.0"></a>
# [5.2.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.1.6...@d3fc/d3fc-element@5.2.0) (2019-03-07)
### Features
* export cartesian/element css variables as part of package ([17f8a4b](https://github.com/d3fc/d3fc/commit/17f8a4b))
<a name="5.1.6"></a>

@@ -8,0 +19,0 @@ ## [5.1.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.1.5...@d3fc/d3fc-element@5.1.6) (2019-03-06)

2

package.json
{
"name": "@d3fc/d3fc-element",
"version": "5.1.6",
"version": "5.2.0",
"description": "Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)",

@@ -5,0 +5,0 @@ "license": "MIT",

// Adapted from https://github.com/substack/insert-css
const css = `d3fc-canvas,d3fc-svg{position:relative;display:block}\
export const css = `d3fc-canvas,d3fc-svg{position:relative;display:block}\
d3fc-canvas>canvas,d3fc-svg>svg{position:absolute;height:100%;width:100%}\

@@ -4,0 +4,0 @@ d3fc-svg>svg{overflow:visible}`;

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