New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@easyv/charts

Package Overview
Dependencies
Maintainers
7
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/charts - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

3

lib/components/Band.js

@@ -84,3 +84,4 @@ "use strict";

var _ref3$config = _ref3.config,
pattern = _ref3$config.pattern,
_ref3$config$pattern = _ref3$config.pattern,
pattern = _ref3$config$pattern === void 0 ? {} : _ref3$config$pattern,
_ref3$config$seriesIn = _ref3$config.seriesIntervalWidth,

@@ -87,0 +88,0 @@ paddingInner = _ref3$config$seriesIn === void 0 ? 0 : _ref3$config$seriesIn,

@@ -122,3 +122,3 @@ "use strict";

dominantBaseline: dominantBaseline
}, (0, _utils.getFontStyle)(font, 'svg')), value);
}, font), value);
};

@@ -125,0 +125,0 @@

{
"name": "@easyv/charts",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -51,3 +51,3 @@ import React, { memo } from 'react';

config: {
pattern,
pattern = {},
seriesIntervalWidth: paddingInner = 0,

@@ -54,0 +54,0 @@ paddingInner: paddingOuter = 0,

@@ -93,3 +93,3 @@ import { Fragment, memo, useContext } from 'react';

dominantBaseline={dominantBaseline}
{...getFontStyle(font, 'svg')}
{...font}
>

@@ -96,0 +96,0 @@ {value}

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