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

dom-plane

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-plane - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

dist/bundle.es.js

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

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