Socket
Socket
Sign inDemoInstall

find-my-el

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

index.js
/*!
* find-my-el - Locates the DOM element closest to a given set of coordinates
* @version 1.1.4
* @version 1.1.5
*

@@ -5,0 +5,0 @@ * @copyright Collin Henderson <collin@syropia.net>

/*!
* find-my-el - Locates the DOM element closest to a given set of coordinates
* @version 1.1.4
* @version 1.1.5
*

@@ -5,0 +5,0 @@ * @copyright Collin Henderson <collin@syropia.net>

{
"name": "find-my-el",
"version": "1.1.4",
"version": "1.1.5",
"description": "Locates the DOM element closest to a given set of coordinates",

@@ -14,3 +14,4 @@ "main": "index.js",

"test": "karma start karma.conf.js --single-run true --auto-watch false",
"version": "npm run build:all"
"version": "npm run build:all && git add index.js index.umd.js demo/index.umd.js && git commit -m 'Version Build'",
"postversion": "git push"
},

@@ -17,0 +18,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc