Socket
Socket
Sign inDemoInstall

victory-voronoi-container

Package Overview
Dependencies
34
Maintainers
27
Versions
148
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

10

CHANGELOG.md
# victory-voronoi-container
## 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
- victory-tooltip@36.6.3
## 36.6.2

@@ -4,0 +14,0 @@

3

es/index.js
export { voronoiContainerMixin, default as VictoryVoronoiContainer } from "./victory-voronoi-container";
export { default as VoronoiHelpers } from "./voronoi-helpers";
//# sourceMappingURL=index.js.map
export { default as VoronoiHelpers } from "./voronoi-helpers";

@@ -301,3 +301,2 @@ import _pick from "lodash/pick";

};
export default voronoiContainerMixin(VictoryContainer);
//# sourceMappingURL=victory-voronoi-container.js.map
export default voronoiContainerMixin(VictoryContainer);

@@ -288,3 +288,2 @@ import _isRegExp from "lodash/isRegExp";

})
};
//# sourceMappingURL=voronoi-helpers.js.map
};

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

function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
//# sourceMappingURL=index.js.map
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }

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

exports.default = _default;
//# sourceMappingURL=victory-voronoi-container.js.map
exports.default = _default;

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

};
exports.default = _default;
//# sourceMappingURL=voronoi-helpers.js.map
exports.default = _default;
{
"name": "victory-voronoi-container",
"version": "36.6.2",
"version": "36.6.3",
"description": "Interactive Voronoi Mouseover Component for Victory",

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

"react-fast-compare": "^3.2.0",
"victory-core": "^36.6.2",
"victory-tooltip": "^36.6.2"
"victory-core": "^36.6.3",
"victory-tooltip": "^36.6.3"
},

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

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

@@ -75,3 +77,5 @@ "output": [

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

@@ -102,2 +106,4 @@ "output": [

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

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

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

@@ -126,0 +134,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