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
12
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.5.10 to 1.5.11

2

lib/components/CartesianChart.js

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

style: isVertical ? {
width: xLineRange + marginRight + marginLeft,
width: xLineRange + 100 + marginRight + marginLeft,
height: yLineRange,

@@ -456,0 +456,0 @@ transform: "translateX(".concat(-marginRight, "px)")

{
"name": "@easyv/charts",
"version": "1.5.10",
"version": "1.5.11",
"description": "",

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

@@ -400,3 +400,3 @@ /**

? {
width: xLineRange + marginRight + marginLeft,
width: xLineRange + 100 + marginRight + marginLeft,
height: yLineRange,

@@ -403,0 +403,0 @@ transform: `translateX(${-marginRight}px)`,

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