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

@wildberries/notifications

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildberries/notifications - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

1

dist/components/notification-modal/index.js

@@ -60,2 +60,3 @@ import React, { memo, useEffect, useCallback, useRef, } from 'react';

_b[BLOCK_NAME + "--warning"] = status === notificationStatus.warning,
_b[BLOCK_NAME + "--no-text"] = !text,
_b)), onTouchStart: handleTouchStart, onTouchEnd: handleTouchEnd, ref: notificationModalRef },

@@ -62,0 +63,0 @@ React.createElement("div", { className: cn(BLOCK_NAME + "__info-icon") },

2

dist/constants/index.d.ts
export declare const TIME_TO_ENTER_MODAL = 500;
export declare const TIME_TO_EXIT_MODAL = 500;
export declare const TIME_TO_HOLD_MODAL = 15000;
export declare const TIME_TO_HOLD_MODAL = 100000;
export declare const notificationStatus: {

@@ -5,0 +5,0 @@ success: string;

export var TIME_TO_ENTER_MODAL = 500;
export var TIME_TO_EXIT_MODAL = 500;
export var TIME_TO_HOLD_MODAL = 15000;
export var TIME_TO_HOLD_MODAL = 100000;
export var notificationStatus = {

@@ -5,0 +5,0 @@ success: 'success',

{
"name": "@wildberries/notifications",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "notifications module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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