Socket
Socket
Sign inDemoInstall

victory-scatter

Package Overview
Dependencies
3
Maintainers
30
Versions
152
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-scatter
## 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

@@ -170,3 +170,2 @@ import _isNil from "lodash/isNil";

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

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

export * from "./victory-scatter";
//# sourceMappingURL=index.js.map
export * from "./victory-scatter";

@@ -109,3 +109,2 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

VictoryScatterBase.expectedComponents = ["dataComponent", "labelComponent", "groupComponent", "containerComponent"];
export var VictoryScatter = addEvents(VictoryScatterBase);
//# sourceMappingURL=victory-scatter.js.map
export var VictoryScatter = addEvents(VictoryScatterBase);

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

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

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

});
});
//# sourceMappingURL=index.js.map
});

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

var VictoryScatter = (0, _victoryCore.addEvents)(VictoryScatterBase);
exports.VictoryScatter = VictoryScatter;
//# sourceMappingURL=victory-scatter.js.map
exports.VictoryScatter = VictoryScatter;
{
"name": "victory-scatter",
"version": "36.6.2",
"version": "36.6.3",
"description": "Scatter Component for Victory",

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

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

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

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

@@ -74,3 +76,5 @@ "output": [

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

@@ -100,2 +104,4 @@ "output": [

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

@@ -121,2 +127,4 @@ "../../config/webpack.config.dev.js"

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

@@ -123,0 +131,0 @@ ],

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc