Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
import createPointCB from 'create-point-cb'; | ||
import createPointCb from 'create-point-cb'; | ||
@@ -31,3 +31,3 @@ function createWindowRect() { | ||
if (rect.x === undefined) { | ||
rext.x = rect.left; | ||
rect.x = rect.left; | ||
rect.y = rect.top; | ||
@@ -47,3 +47,3 @@ } | ||
export { createPointCB, getClientRect, pointInside }; | ||
export { createPointCb as createPointCB, getClientRect, pointInside }; | ||
//# sourceMappingURL=bundle.es.js.map |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var createPointCB = _interopDefault(require('create-point-cb')); | ||
var createPointCb = _interopDefault(require('create-point-cb')); | ||
@@ -38,3 +38,3 @@ function createWindowRect() { | ||
if (rect.x === undefined) { | ||
rext.x = rect.left; | ||
rect.x = rect.left; | ||
rect.y = rect.top; | ||
@@ -54,5 +54,5 @@ } | ||
exports.createPointCB = createPointCB; | ||
exports.createPointCB = createPointCb; | ||
exports.getClientRect = getClientRect; | ||
exports.pointInside = pointInside; | ||
//# sourceMappingURL=bundle.js.map |
{ | ||
"name": "dom-plane", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "DOM and window coordinate helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
Sorry, the diff of this file is not supported yet
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
15165