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

react-image-turntable

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-turntable - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-beta.0

2

package.json
{
"name": "react-image-turntable",
"description": "Display a set of images as a draggable 360 degree turntable.",
"version": "3.0.0-alpha.3",
"version": "3.0.0-beta.0",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -69,3 +69,3 @@ import { useEffect, useRef, useState } from 'react';

target?.addEventListener('keydown', handleKeyDown, { capture: true });
target?.addEventListener('pointerdown', handlePointerDown, { passive: true });
target?.addEventListener('pointerdown', handlePointerDown, { capture: true });

@@ -72,0 +72,0 @@ return () => {

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