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

victory-line

Package Overview
Dependencies
Maintainers
26
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-line - npm Package Compare versions

Comparing version 36.6.8 to 36.6.10

14

CHANGELOG.md
# victory-line
## 36.6.10
### Patch Changes
- Setup NPM Provenance ([#2590](https://github.com/FormidableLabs/victory/pull/2590))
## 36.6.9
### Patch Changes
- Setup NPM Provenance ([#2587](https://github.com/FormidableLabs/victory/pull/2587))
* Set VictoryLine to default to "pointer-events: stroke" so that events fire properly when lines overlap (fixes [#2468](https://github.com/FormidableLabs/victory/issues/2468)) ([#2530](https://github.com/FormidableLabs/victory/pull/2530))
## 36.6.8

@@ -4,0 +18,0 @@

3

es/curve.js

@@ -26,3 +26,4 @@ import _assign from "lodash/assign";

fill: "none",
stroke: "black"
stroke: "black",
pointerEvents: "stroke"
}, props.style), props);

@@ -29,0 +30,0 @@ var tabIndex = Helpers.evaluateProp(props.tabIndex, props);

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

fill: "none",
stroke: "black"
stroke: "black",
pointerEvents: "stroke"
}, props.style), props);

@@ -41,0 +42,0 @@

{
"name": "victory-line",
"version": "36.6.8",
"version": "36.6.10",
"description": "Line Component for Victory",

@@ -13,3 +13,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/formidablelabs/victory.git"
"url": "https://github.com/FormidableLabs/victory"
},

@@ -26,4 +26,4 @@ "homepage": "https://formidable.com/open-source/victory",

"prop-types": "^15.8.1",
"victory-core": "^36.6.8",
"victory-vendor": "^36.6.8"
"victory-core": "^36.6.10",
"victory-vendor": "^36.6.10"
},

@@ -37,2 +37,5 @@ "peerDependencies": {

},
"publishConfig": {
"provenance": true
},
"wireit": {

@@ -39,0 +42,0 @@ "### THESE WIREIT CONFIGS ARE GENERATED ####": {},

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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