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

victory-line

Package Overview
Dependencies
Maintainers
30
Versions
173
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.7 to 36.6.8

8

CHANGELOG.md
# victory-line
## 36.6.8
### Patch Changes
- Updated dependencies []:
- victory-core@36.6.8
- victory-vendor@36.6.8
## 36.6.7

@@ -4,0 +12,0 @@

import * as React from "react";
declare const _default: {
title: string;
parameters: {
chromatic: {
disableSnapshot: boolean;
};
};
component: ((props: import("./victory-line").VictoryLineProps) => JSX.Element) & {

@@ -5,0 +10,0 @@ displayName: string;

@@ -12,2 +12,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

title: "v37/VictoryLine",
parameters: {
chromatic: {
disableSnapshot: true
}
},
component: VictoryLine

@@ -14,0 +19,0 @@ };

import * as React from "react";
declare const _default: {
title: string;
parameters: {
chromatic: {
disableSnapshot: boolean;
};
};
component: ((props: import("./victory-line").VictoryLineProps) => JSX.Element) & {

@@ -5,0 +10,0 @@ displayName: string;

@@ -26,2 +26,7 @@ "use strict";

title: "v37/VictoryLine",
parameters: {
chromatic: {
disableSnapshot: true
}
},
component: _victoryLine.VictoryLine

@@ -28,0 +33,0 @@ };

6

package.json
{
"name": "victory-line",
"version": "36.6.7",
"version": "36.6.8",
"description": "Line Component for Victory",

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

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

@@ -29,0 +29,0 @@ "peerDependencies": {

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