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

@kyper/graphs

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyper/graphs - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [1.1.0](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@1.1.0) - 04-01-2022
- **FIXED** - Removed `mx-bar-label-background` classname to deprecate old classname format
## [1.0.1](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@1.0.1) - 03-21-2022

@@ -2,0 +6,0 @@

6

lib/barchart/BarLabel.js

@@ -65,7 +65,3 @@ import PropTypes from 'prop-types'

{showBackground ? (
<rect
{...rectProps}
className="mx-bar-label-background kyper-bar-label-background"
style={styles.rect}
/>
<rect {...rectProps} className="kyper-bar-label-background" style={styles.rect} />
) : null}

@@ -72,0 +68,0 @@ <text aria-hidden={true} ref={textRef} style={styles.text} x={x} y={y}>

{
"name": "@kyper/graphs",
"version": "1.0.1",
"version": "1.1.0",
"description": "Kyper Graphs",

@@ -38,3 +38,3 @@ "author": "MX",

},
"gitHead": "dfa578e4f6d249090839d79c34067eae4b6a07d9"
"gitHead": "88b77fe322017e33785401fc86f7b460741d84a1"
}
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