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

@cloudflare/chart-time

Package Overview
Dependencies
Maintainers
19
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/chart-time - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.4.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/chart-time@3.4.1...@cloudflare/chart-time@3.4.2) (2019-02-11)
### Bug Fixes
* **chart-time:** NETDEV-1411 - Add a small margin to view without axes ([bd7c5df](http://stash.cfops.it:7999/fe/stratus/commits/bd7c5df))
## [3.4.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/chart-time@3.4.0...@cloudflare/chart-time@3.4.1) (2019-02-07)

@@ -8,0 +19,0 @@

8

es/TimeSeriesChart.js

@@ -195,6 +195,6 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

} : {
right: 0,
left: 0,
top: 0,
bottom: 0
right: 2,
left: 2,
top: 2,
bottom: 2
},

@@ -201,0 +201,0 @@ type: chartType,

@@ -218,6 +218,6 @@ "use strict";

} : {
right: 0,
left: 0,
top: 0,
bottom: 0
right: 2,
left: 2,
top: 2,
bottom: 2
},

@@ -224,0 +224,0 @@ type: chartType,

{
"name": "@cloudflare/chart-time",
"description": "Cloudflare time-based chart presentational components",
"version": "3.4.1",
"version": "3.4.2",
"main": "lib/index.js",

@@ -41,3 +41,3 @@ "module": "es/index.js",

},
"gitHead": "8f7384cf3048098ee63c648b29708b994303bc72"
"gitHead": "7b0bc92d4c7929b13f03d439008abc70ea4052f1"
}

@@ -253,3 +253,3 @@ import React from 'react';

? { right: 20, bottom: showTimeLabel ? 40 : 20 }
: { right: 0, left: 0, top: 0, bottom: 0 }
: { right: 2, left: 2, top: 2, bottom: 2 }
}

@@ -256,0 +256,0 @@ type={chartType}

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