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

@types/react-alert

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-alert - npm Package Compare versions

Comparing version 2.4.6 to 2.4.7

10

react-alert v2.4/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for react-alert 2.4

import { ReactElement, Component, ReactNode } from 'react';
import { Component, ReactElement, ReactNode } from "react";

@@ -23,3 +23,3 @@ export interface AlertContainerProps {

*/
position?: 'bottom left' | 'bottom right' | 'top left' | 'top right' | undefined;
position?: "bottom left" | "bottom right" | "top left" | "top right" | undefined;

@@ -31,3 +31,3 @@ /**

*/
theme?: 'dark' | 'light' | undefined;
theme?: "dark" | "light" | undefined;

@@ -46,3 +46,3 @@ /**

*/
transition?: 'scale' | 'fade' | undefined;
transition?: "scale" | "fade" | undefined;
}

@@ -56,3 +56,3 @@

*/
type?: 'info' | 'success' | 'error' | undefined;
type?: "info" | "success" | "error" | undefined;

@@ -59,0 +59,0 @@ /**

{
"name": "@types/react-alert",
"version": "2.4.6",
"version": "2.4.7",
"description": "TypeScript definitions for react-alert",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-alert",

},
"typesPublisherContentHash": "05dfa189852da4a0027a27881bef1c84c2cdf6ad62ed83e3d72e84459038efb9",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "8ca324bcd181e4aac5c5a5333f508bdffd4a09b7cfcdcaa6767a5da0648f136b",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Sat, 19 Mar 2022 17:31:43 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