Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
31
Maintainers
27
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.6.2 to 36.6.3

9

CHANGELOG.md
# victory-polar-axis
## 36.6.3
### Patch Changes
- Do not generate \*.js.map sourcemaps (fixes [#2346](https://github.com/FormidableLabs/victory/issues/2346)) ([#2432](https://github.com/FormidableLabs/victory/pull/2432))
- Updated dependencies [[`4bfc65df5`](https://github.com/FormidableLabs/victory/commit/4bfc65df5a10aa6a10084882ed5c6d0d894dec6f)]:
- victory-core@36.6.3
## 36.6.2

@@ -4,0 +13,0 @@

3

es/helper-methods.js

@@ -417,3 +417,2 @@ import _defaults from "lodash/defaults";

}, initialChildProps);
};
//# sourceMappingURL=helper-methods.js.map
};

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

export { default as VictoryPolarAxis } from "./victory-polar-axis";
//# sourceMappingURL=index.js.map
export { default as VictoryPolarAxis } from "./victory-polar-axis";

@@ -262,3 +262,2 @@ import _isEmpty from "lodash/isEmpty";

VictoryPolarAxis.expectedComponents = ["axisComponent", "circularAxisComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent", "circularGridComponent"];
export default addEvents(VictoryPolarAxis, options);
//# sourceMappingURL=victory-polar-axis.js.map
export default addEvents(VictoryPolarAxis, options);

@@ -460,3 +460,2 @@ "use strict";

exports.getBaseProps = getBaseProps;
//# sourceMappingURL=helper-methods.js.map
exports.getBaseProps = getBaseProps;

@@ -15,3 +15,2 @@ "use strict";

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
//# sourceMappingURL=index.js.map
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -281,3 +281,2 @@ "use strict";

exports.default = _default;
//# sourceMappingURL=victory-polar-axis.js.map
exports.default = _default;
{
"name": "victory-polar-axis",
"version": "36.6.2",
"version": "36.6.3",
"description": "Polar Axis Component for Victory",

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

"prop-types": "^15.8.1",
"victory-core": "^36.6.2"
"victory-core": "^36.6.3"
},

@@ -52,3 +52,5 @@ "peerDependencies": {

"!src/**/*.test.*",
"../../.babelrc.build.js"
"../../.babelrc.build.js",
"../../.babelrc.js",
"../../package-scripts.js"
],

@@ -71,3 +73,5 @@ "output": [

"!src/**/*.test.*",
"../../.babelrc.build.js"
"../../.babelrc.build.js",
"../../.babelrc.js",
"../../package-scripts.js"
],

@@ -97,2 +101,4 @@ "output": [

"../../.babelrc.build.js",
"../../.babelrc.js",
"../../package-scripts.js",
"../../config/webpack.config.js",

@@ -118,2 +124,4 @@ "../../config/webpack.config.dev.js"

"../../.babelrc.build.js",
"../../.babelrc.js",
"../../package-scripts.js",
"../../config/webpack.config.js"

@@ -120,0 +128,0 @@ ],

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc