@visx/point
Advanced tools
Comparing version 2.1.0 to 2.6.0
@@ -1,1 +0,3 @@ | ||
export { default as Point } from './Point'; | ||
export { default as Point } from './Point'; | ||
export { default as sumPoints } from './sumPoints'; | ||
export { default as subtractPoints } from './subtractPoints'; |
export { default as Point } from './Point'; | ||
export { default as sumPoints } from './sumPoints'; | ||
export { default as subtractPoints } from './subtractPoints'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
exports.__esModule = true; | ||
exports.Point = void 0; | ||
exports.subtractPoints = exports.sumPoints = exports.Point = void 0; | ||
@@ -10,2 +10,10 @@ var _Point = _interopRequireDefault(require("./Point")); | ||
var _sumPoints = _interopRequireDefault(require("./sumPoints")); | ||
exports.sumPoints = _sumPoints.default; | ||
var _subtractPoints = _interopRequireDefault(require("./subtractPoints")); | ||
exports.subtractPoints = _subtractPoints.default; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "@visx/point", | ||
"version": "2.1.0", | ||
"version": "2.6.0", | ||
"description": "visx point", | ||
@@ -25,3 +25,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "5b3d538fccb164202f4b28159123a2c4fe89a65f" | ||
"gitHead": "d147e4b194c81e8e53fe0fdc8c6f5630e8deb7aa" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7317
19
114