Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

victory-selection-container

Package Overview
Dependencies
Maintainers
27
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-selection-container - npm Package Compare versions

Comparing version 36.6.2 to 36.6.3

9

CHANGELOG.md
# victory-selection-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
## 36.6.2

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

3

es/index.js
export { selectionContainerMixin, default as VictorySelectionContainer } from "./victory-selection-container";
export { default as SelectionHelpers } from "./selection-helpers";
//# sourceMappingURL=index.js.map
export { default as SelectionHelpers } from "./selection-helpers";

@@ -270,3 +270,2 @@ import _includes from "lodash/includes";

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

@@ -134,3 +134,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; }

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

@@ -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; }

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

exports.default = _default;
//# sourceMappingURL=selection-helpers.js.map
exports.default = _default;

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

exports.default = _default;
//# sourceMappingURL=victory-selection-container.js.map
exports.default = _default;
{
"name": "victory-selection-container",
"version": "36.6.2",
"version": "36.6.3",
"description": "Interactive Selection Component for Victory",

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

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

@@ -32,3 +32,3 @@ "peerDependencies": {

"devDependencies": {
"victory-bar": "^36.6.2"
"victory-bar": "^36.6.3"
},

@@ -56,3 +56,5 @@ "wireit": {

"!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"
],

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

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

@@ -122,2 +128,4 @@ "../../config/webpack.config.dev.js"

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

@@ -124,0 +132,0 @@ ],

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

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