Socket
Socket
Sign inDemoInstall

@fishawack/lab-d3

Package Overview
Dependencies
41
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

10

_Build/js/shared.js

@@ -89,7 +89,9 @@ (function (root, factory) {

if(textObject.hasOwnProperty(key)){
var format = (d && d.format && d.format[key]) || att.value.format[key];
if(typeof textObject[key] === 'number'){
var format = (d && d.format && d.format[key]) || att.value.format[key];
if(format){
textObject[key] = d3.format(format)(textObject[key]);
}
if(format){
textObject[key] = d3.format(format)(textObject[key]);
}
}
}

@@ -96,0 +98,0 @@ }

2

package.json
{
"name": "@fishawack/lab-d3",
"version": "2.0.2",
"version": "2.0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc