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

get-window-offset

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-window-offset - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

README.md

4

build/src/getWindowOffset.js

@@ -62,3 +62,5 @@ 'use strict';

locs.push(firstKey + secondKey);
return { domInfo: domInfo, locs: locs, scrollInfo: scrollInfo };
var tb = firstKey;
var lr = secondKey;
return { domInfo: domInfo, locs: locs, scrollInfo: scrollInfo, tb: tb, lr: lr };
};

@@ -65,0 +67,0 @@

{
"name": "get-window-offset",
"version": "0.0.13",
"description": "Get dom info in window",
"version": "0.0.14",
"description": "A simple library to tell you where could get best space by a target to put your container.",
"repository": "react-atomic/react-atomic-organism",

@@ -6,0 +6,0 @@ "main": "./build/src/index.js",

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