New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-image-magnifiers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-image-magnifiers - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

10

react-image-magnifiers/index.d.ts

@@ -6,6 +6,6 @@ // Type definitions for react-image-magnifiers 1.3

import * as React from 'react';
import * as React from "react";
export type MouseActivation = 'click' | 'doubleClick';
export type TouchActivation = 'tap' | 'doubleTap' | 'longTouch';
export type MouseActivation = "click" | "doubleClick";
export type TouchActivation = "tap" | "doubleTap" | "longTouch";

@@ -68,4 +68,4 @@ export const MOUSE_ACTIVATION: {

cursorStyleActive?: string | undefined;
previewHorizontalPos?: 'left' | 'right' | undefined;
previewVerticalPos?: 'top' | 'bottom' | undefined;
previewHorizontalPos?: "left" | "right" | undefined;
previewVerticalPos?: "top" | "bottom" | undefined;
previewOpacity?: number | undefined;

@@ -72,0 +72,0 @@ previewOverlayBoxOpacity?: number | undefined;

{
"name": "@types/react-image-magnifiers",
"version": "1.3.2",
"version": "1.3.3",
"description": "TypeScript definitions for react-image-magnifiers",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-image-magnifiers",

},
"typesPublisherContentHash": "8e4d8d17bf771e00fd159857822198a601382150a5e10d21521437e77c7f541f",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "f06616c071d9006fd72e823927a56cbc867809881fdc0366ed14fc77cad57d9d",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 14 Oct 2021 10:01:31 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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