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

victory-line

Package Overview
Dependencies
Maintainers
21
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 37.3.1 to 37.3.2

2

CHANGELOG.md
# victory-line
## 37.3.2
## 37.3.1

@@ -4,0 +6,0 @@

2

es/victory-line.d.ts

@@ -66,3 +66,3 @@ import React from "react";

UNSAFE_componentWillUpdate?(nextProps: Readonly<import("victory-core").EventMixinCommonProps>, nextState: Readonly<{}>, nextContext: any): void;
componentEvents: import("victory-core/lib/victory-util/events").ComponentEvent[];
componentEvents: import("@/victory-core/lib/victory-util/events").ComponentEvent[];
getSharedEventState: (key: string, value: string) => unknown;

@@ -69,0 +69,0 @@ baseProps: Record<string, object>;

@@ -23,3 +23,3 @@ import React from "react";

// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-object-type

@@ -26,0 +26,0 @@ class VictoryLineBase extends React.Component {

@@ -66,3 +66,3 @@ import React from "react";

UNSAFE_componentWillUpdate?(nextProps: Readonly<import("victory-core").EventMixinCommonProps>, nextState: Readonly<{}>, nextContext: any): void;
componentEvents: import("victory-core/lib/victory-util/events").ComponentEvent[];
componentEvents: import("@/victory-core/lib/victory-util/events").ComponentEvent[];
getSharedEventState: (key: string, value: string) => unknown;

@@ -69,0 +69,0 @@ baseProps: Record<string, object>;

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

// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-object-type

@@ -33,0 +33,0 @@ class VictoryLineBase extends _react.default.Component {

{
"name": "victory-line",
"version": "37.3.1",
"version": "37.3.2",
"description": "Line Component for Victory",

@@ -24,4 +24,4 @@ "keywords": [

"lodash": "^4.17.19",
"victory-core": "37.3.1",
"victory-vendor": "37.3.1"
"victory-core": "37.3.2",
"victory-vendor": "37.3.2"
},

@@ -221,7 +221,5 @@ "peerDependencies": {

"lint": {
"command": "nps lint:pkg",
"command": "eslint src",
"files": [
"src/**",
"../../.eslintignore",
"../../.eslintrc.js"
"src/**"
],

@@ -241,7 +239,5 @@ "output": [],

"lint:fix": {
"command": "pnpm run lint || nps lint:pkg:fix",
"command": "eslint --fix src",
"files": [
"src/**",
"../../.eslintignore",
"../../.eslintrc.js"
"src/**"
],

@@ -248,0 +244,0 @@ "output": [],

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

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