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

react-simple-toasts

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-toasts - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

dist/theme/plain.css

1

dist/index.es.js

@@ -144,2 +144,3 @@ import React, { useRef, useState, useLayoutEffect, Fragment, cloneElement } from 'react';

FAILURE: 'failure',
PLAIN: 'plain',
FROSTED_GLASS: 'frosted-glass'

@@ -146,0 +147,0 @@ };

@@ -167,2 +167,3 @@ 'use strict';

FAILURE: 'failure',
PLAIN: 'plain',
FROSTED_GLASS: 'frosted-glass'

@@ -169,0 +170,0 @@ };

@@ -18,3 +18,4 @@ export declare const SET_TIMEOUT_MAX = 2147483647;

readonly FAILURE: "failure";
readonly PLAIN: "plain";
readonly FROSTED_GLASS: "frosted-glass";
};

3

package.json
{
"name": "react-simple-toasts",
"version": "5.2.1",
"version": "5.3.0",
"description": "React Simple Toasts is a simple and easy-to-use toast message popup for React.",

@@ -18,2 +18,3 @@ "author": "almond-bongbong",

"postbuild": "npm run build:theme",
"prestart": "npm run build:theme",
"start": "rollup -c -w",

@@ -20,0 +21,0 @@ "start:theme": "postcss src/theme/*.css -d dist/theme -w",

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