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
4
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 30.4.0 to 30.5.0

5

CHANGELOG.md
# VictoryNative Changelog
## 30.5.0 (2018-10-19)
- [394](https://github.com/FormidableLabs/victory-native/pull/394) - Correctly clears cursors when `onTouchEnd` is triggered. Thanks @svenlombaert!
- [393](https://github.com/FormidableLabs/victory-native/pull/393) - Correct reexports for all `victory` components
## 30.4.0 (2018-08-24)

@@ -4,0 +9,0 @@

4

lib/components/victory-cursor-container.js

@@ -27,4 +27,4 @@ import React from "react";

},
onTouchEnd: () => {
return [];
onTouchEnd: (evt, targetProps) => {
return props.disable ? {} : CursorHelpers.onTouchEnd(evt, targetProps);
}

@@ -31,0 +31,0 @@ }

export {
VictoryAnimation,
VictorySharedEvents,
VictoryTheme,
VictoryTransition
VictoryTransition,
addEvents, Collection, Data, DefaultTransitions, Domain, Events, Helpers, Log,
PropTypes, Scale, Style, TextSize, Transitions, Selection, LabelHelpers, Axis, Wrapper
} from "victory-core/es";
export { VictorySharedEvents } from "victory-shared-events/es";
export { default as Circle } from "./components/victory-primitives/circle";

@@ -10,0 +13,0 @@ export { default as Line } from "./components/victory-primitives/line";

{
"name": "victory-native",
"version": "30.4.0",
"version": "30.5.0",
"description": "Shared libraries and components for Victory",

@@ -68,3 +68,3 @@ "main": "lib/index.js",

"victory-create-container": "^30.3.0",
"victory-cursor-container": "^30.3.0",
"victory-cursor-container": "^30.5.1",
"victory-errorbar": "^30.3.0",

@@ -71,0 +71,0 @@ "victory-group": "^30.3.0",

@@ -1,2 +0,1 @@

[![Stories in Ready](https://badge.waffle.io/FormidableLabs/victory-native.png?label=ready&title=Ready)](https://waffle.io/FormidableLabs/victory-native)
# Victory Native

@@ -85,8 +84,2 @@

## _IMPORTANT_
This project is in a pre-release state. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!
**SEMVER** Minor version bumps should be considered breaking changes until we hit v1.0.0. Patches can be considered safe.
## Contributor Covenant Code of Conduct

@@ -93,0 +86,0 @@

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