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.4.19 to 0.4.20

2

component.json

@@ -5,3 +5,3 @@ {

"description": "A D3-based reusable chart library",
"version": "0.4.19",
"version": "0.4.20",
"keywords": [],

@@ -8,0 +8,0 @@ "dependencies": {

{
"name": "c3",
"version": "0.4.19",
"version": "0.4.20",
"description": "D3-based reusable chart library",

@@ -48,3 +48,3 @@ "main": "c3.js",

"babelify": "^7.3.0",
"browserify": "^15.0.0",
"browserify": "^16.0.0",
"clean-css-cli": "^4.1.3",

@@ -51,0 +51,0 @@ "codecov": "^3.0.0",

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

startAngle: config.gauge_startingAngle,
endAngle: -1 * config.gauge_startingAngle
endAngle: -1 * config.gauge_startingAngle * (config.gauge_fullCircle ? Math.PI : 1)
};

@@ -411,0 +411,0 @@ return $$.getArc(d, true, true);

@@ -5,3 +5,3 @@ import Axis from './axis';

export var c3 = { version: "0.4.19" };
export var c3 = { version: "0.4.20" };

@@ -8,0 +8,0 @@ export var c3_chart_fn;

Sorry, the diff of this file is not supported yet

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