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

iframe-touch-relay

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iframe-touch-relay - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -125,3 +125,3 @@

box.style.zIndex = "1000";
document.body.insertBefore(box);
document.body.insertBefore(box, document.body.children[0]);
box.addEventListener("touchstart", handleStart, false);

@@ -128,0 +128,0 @@ box.addEventListener("touchend", handleEnd, false);

{
"name": "iframe-touch-relay",
"version": "0.0.3",
"version": "0.0.4",
"description": "Relays touch events inside iframe, to support multi-touch on pages with multiple iframes",

@@ -5,0 +5,0 @@ "main": "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