Socket
Socket
Sign inDemoInstall

d3kit

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

3.0.0-7

Diff

kristw
published 3.0.0-6 •

kristw
published 3.0.0-4 •

kristw
published 3.0.0-3 •

kristw
published 3.0.0-2 •

kristw
published 3.0.0-1 •

kristw
published 3.0.0-0 •

kristw
published 2.0.0 •

Changelog

Source

2.0.0 (2016-08-16)

Make d3Kit compatible with D3 v4. Key changes are due to:

  • Removal of d3.functor and d3.rebind. Implement helper functions as replacements.
  • API changes for d3.dispatch. Now use dispatch.call('x', ...) instead of dispatch.x(...)

The npm package also remove d3 from dependencies and add d3-selection and d3-dispatch to peerDependencies instead.

In terms of development, switch from grunt to gulp and webpack and prepare to migrate each module to es2015.

kristw
published 2.0.0-rc1 •

kristw
published 1.1.0 •

Changelog

Source

1.1.0 (2016-04-07)

Add an option to select tag type for LayerOrganizer

new LayerOrganizer(container); //will create layers as <g> by default
new LayerOrganizer(container, 'div'); // will create layers as <div>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc