Comparing version 0.0.105 to 0.0.106
@@ -1,1 +0,15 @@ | ||
"use strict"; | ||
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _localPoint = require('./localPoint'); | ||
var _localPoint2 = _interopRequireDefault(_localPoint); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = { | ||
localPoint: _localPoint2.default | ||
}; |
{ | ||
"name": "@vx/event", | ||
"version": "0.0.105", | ||
"version": "0.0.106", | ||
"description": "vx event", | ||
@@ -36,3 +36,6 @@ "main": "build/index.js", | ||
"react-tools": "^0.10.0" | ||
}, | ||
"dependencies": { | ||
"@vx/point": "0.0.84" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
1994
5
35
0
1
+ Added@vx/point@0.0.84
+ Added@vx/point@0.0.84(transitive)