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

c3

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3 - npm Package Compare versions

Comparing version 0.6.11 to 0.6.12

10

package.json
{
"name": "c3",
"version": "0.6.11",
"version": "0.6.12",
"description": "D3-based reusable chart library",

@@ -68,5 +68,5 @@ "main": "c3.js",

"jasmine-core": "^2.3.4",
"jshint": "2.9.6",
"jshint": "^2.9.7",
"jshint-stylish": "^2.1.0",
"karma": "^3.1.3",
"karma": "^3.1.4",
"karma-browserify": "^6.0.0",

@@ -78,5 +78,5 @@ "karma-chrome-launcher": "^2.1.1",

"node-static": "^0.7.9",
"nodemon": "^1.18.3",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.3",
"rollup": "^0.67.0",
"rollup": "^0.68.0",
"rollup-plugin-babel": "^4.0.3",

@@ -83,0 +83,0 @@ "sass": "^1.10.3",

@@ -23,3 +23,3 @@ import {

var c3 = {
version: "0.6.11",
version: "0.6.12",
chart: {

@@ -26,0 +26,0 @@ fn: Chart.prototype,

@@ -134,3 +134,3 @@ import CLASS from './class';

if (!text) {
title = sanitise(titleFormat ? titleFormat(d[i].x) : d[i].x);
title = sanitise(titleFormat ? titleFormat(d[i].x, d[i].index) : d[i].x);
text = "<table class='" + $$.CLASS.tooltip + "'>" + (title || title === 0 ? "<tr><th colspan='2'>" + title + "</th></tr>" : "");

@@ -137,0 +137,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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