Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fishawack/lab-d3 - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

5

_Build/js/chart.js

@@ -739,2 +739,7 @@ (function (root, factory) {

// As comments above say, animtate causes issues with wrapping, just return from here as below code was written for wrapped code
if(att.axis[scale].animate){
return;
}
// If y is wrappable, need to set dy to be inline with the top of the axis tick, that way when the text is transformed below its centered

@@ -741,0 +746,0 @@ if(scale === 'y' && att.autoAxis !== 'y'){

2

package.json
{
"name": "@fishawack/lab-d3",
"version": "2.1.2",
"version": "2.1.3",
"description": "Abstract layer built on top of d3",

@@ -5,0 +5,0 @@ "vars": {

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