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

victory-native

Package Overview
Dependencies
Maintainers
18
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-native - npm Package Compare versions

Comparing version 37.3.5 to 37.3.6

7

lib/components/victory-zoom-container.js

@@ -14,7 +14,10 @@ "use strict";

const VictoryZoomContainer = initialProps => {
const props = (0, _victoryZoomContainer.useVictoryZoomContainer)({
const {
props,
children
} = (0, _victoryZoomContainer.useVictoryZoomContainer)({
...initialProps,
clipContainerComponent: initialProps.clipContainerComponent ?? /*#__PURE__*/_react.default.createElement(_victoryClipContainer.VictoryClipContainer, null)
});
return /*#__PURE__*/_react.default.createElement(_victoryContainer.VictoryContainer, props);
return /*#__PURE__*/_react.default.createElement(_victoryContainer.VictoryContainer, props, children);
};

@@ -21,0 +24,0 @@ exports.VictoryZoomContainer = VictoryZoomContainer;

{
"name": "victory-native",
"version": "37.3.5",
"version": "37.3.6",
"description": "Native Port for Victory",

@@ -30,29 +30,29 @@ "keywords": [

"react-fast-compare": "^3.2.0",
"victory": "^37.3.5",
"victory-area": "^37.3.5",
"victory-axis": "^37.3.5",
"victory-bar": "^37.3.5",
"victory-box-plot": "^37.3.5",
"victory-brush-container": "^37.3.5",
"victory-brush-line": "^37.3.5",
"victory-candlestick": "^37.3.5",
"victory-chart": "^37.3.5",
"victory-core": "^37.3.5",
"victory-create-container": "^37.3.5",
"victory-cursor-container": "^37.3.5",
"victory-errorbar": "^37.3.5",
"victory-group": "^37.3.5",
"victory-histogram": "^37.3.5",
"victory-legend": "^37.3.5",
"victory-line": "^37.3.5",
"victory-pie": "^37.3.5",
"victory-polar-axis": "^37.3.5",
"victory-scatter": "^37.3.5",
"victory-selection-container": "^37.3.5",
"victory-shared-events": "^37.3.5",
"victory-stack": "^37.3.5",
"victory-tooltip": "^37.3.5",
"victory-voronoi": "^37.3.5",
"victory-voronoi-container": "^37.3.5",
"victory-zoom-container": "^37.3.5"
"victory": "^37.3.6",
"victory-area": "^37.3.6",
"victory-axis": "^37.3.6",
"victory-bar": "^37.3.6",
"victory-box-plot": "^37.3.6",
"victory-brush-container": "^37.3.6",
"victory-brush-line": "^37.3.6",
"victory-candlestick": "^37.3.6",
"victory-chart": "^37.3.6",
"victory-core": "^37.3.6",
"victory-create-container": "^37.3.6",
"victory-cursor-container": "^37.3.6",
"victory-errorbar": "^37.3.6",
"victory-group": "^37.3.6",
"victory-histogram": "^37.3.6",
"victory-legend": "^37.3.6",
"victory-line": "^37.3.6",
"victory-pie": "^37.3.6",
"victory-polar-axis": "^37.3.6",
"victory-scatter": "^37.3.6",
"victory-selection-container": "^37.3.6",
"victory-shared-events": "^37.3.6",
"victory-stack": "^37.3.6",
"victory-tooltip": "^37.3.6",
"victory-voronoi": "^37.3.6",
"victory-voronoi-container": "^37.3.6",
"victory-zoom-container": "^37.3.6"
},

@@ -59,0 +59,0 @@ "devDependencies": {

@@ -70,7 +70,8 @@ # Victory Native

$ cd victory
$ yarn install
# Open up the React Native demo app
$ cd demo/rn
$ yarn install
$ yarn start
$ pnpm install
$ pnpm run build --watch
# In a new terminal, open up the React Native demo app
$ cd victory/demo/rn
$ pnpm install
$ pnpm start
```

@@ -77,0 +78,0 @@

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