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

react-simple-toasts

Package Overview
Dependencies
Maintainers
1
Versions
81
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 1.1.1 to 1.1.2-rc.0

2

dist/index.es.js

@@ -32,3 +32,3 @@ import PropTypes from 'prop-types';

var css = "#style_toast_container__o6MeG * {\n box-sizing: border-box;\n}\n.style_toast-list__378gH {\n box-sizing: border-box;\n position: fixed;\n bottom: 20px;\n left: 50%;\n z-index: 1000;\n line-height: 1.5;\n text-align: center;\n transform: translateX(-50%) translateZ(0);\n}\n.style_toast-list__378gH.style_left__23qnn {\n left: 30px;\n text-align: left;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-list__378gH.style_right__1o-p7 {\n right: 30px;\n left: auto;\n text-align: right;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-message__3rB_q {\n opacity: 0;\n margin-bottom: 10px;\n font-size: 0;\n transition: height 0.3s, opacity 0.3s, transform 0.3s;\n}\n.style_toast-content__kl8dC {\n display: inline-block;\n overflow: hidden;\n min-width: 290px;\n padding: 12px 22px;\n background: rgba(0, 0, 10, 0.6);\n box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);\n border-radius: 40px;\n font-family: -apple-system,system-ui,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;\n color: #fff;\n font-size: 16px;\n text-align: center;\n line-height: 1.5;\n}\n.toast-enter {\n height: 0;\n}\n.toast-enter-active {\n opacity: 1;\n}\n.toast-enter-done {\n opacity: 1;\n}\n.toast-exit-active {\n transform: translateY(-10px);\n}\n";
var css = "#style_toast_container__o6MeG * {\n box-sizing: border-box;\n}\n.style_toast-list__378gH {\n box-sizing: border-box;\n position: fixed;\n bottom: 20px;\n left: 50%;\n z-index: 1000;\n line-height: 1.5;\n text-align: center;\n transform: translateX(-50%) translateZ(0);\n}\n.style_toast-list__378gH.style_left__23qnn {\n left: 30px;\n text-align: left;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-list__378gH.style_right__1o-p7 {\n right: 30px;\n left: auto;\n text-align: right;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-message__3rB_q {\n opacity: 0;\n margin-bottom: 10px;\n font-size: 0;\n transition: height 0.3s, opacity 0.3s, transform 0.3s;\n}\n.style_toast-content__kl8dC {\n display: inline-block;\n overflow: hidden;\n min-width: 290px;\n padding: 12px 22px;\n background: rgba(0, 0, 10, 0.8);\n box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);\n border-radius: 40px;\n font-family: -apple-system,system-ui,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;\n color: #fff;\n font-size: 16px;\n text-align: center;\n line-height: 1.5;\n}\n.toast-enter {\n height: 0;\n}\n.toast-enter-active {\n opacity: 1;\n}\n.toast-enter-done {\n opacity: 1;\n}\n.toast-exit-active {\n transform: translateY(-10px);\n}\n";
var styles = {"toast_container":"style_toast_container__o6MeG","toast-list":"style_toast-list__378gH","left":"style_left__23qnn","right":"style_right__1o-p7","toast-message":"style_toast-message__3rB_q","toast-content":"style_toast-content__kl8dC"};

@@ -35,0 +35,0 @@ styleInject(css);

@@ -39,3 +39,3 @@ 'use strict';

var css = "#style_toast_container__o6MeG * {\n box-sizing: border-box;\n}\n.style_toast-list__378gH {\n box-sizing: border-box;\n position: fixed;\n bottom: 20px;\n left: 50%;\n z-index: 1000;\n line-height: 1.5;\n text-align: center;\n transform: translateX(-50%) translateZ(0);\n}\n.style_toast-list__378gH.style_left__23qnn {\n left: 30px;\n text-align: left;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-list__378gH.style_right__1o-p7 {\n right: 30px;\n left: auto;\n text-align: right;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-message__3rB_q {\n opacity: 0;\n margin-bottom: 10px;\n font-size: 0;\n transition: height 0.3s, opacity 0.3s, transform 0.3s;\n}\n.style_toast-content__kl8dC {\n display: inline-block;\n overflow: hidden;\n min-width: 290px;\n padding: 12px 22px;\n background: rgba(0, 0, 10, 0.6);\n box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);\n border-radius: 40px;\n font-family: -apple-system,system-ui,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;\n color: #fff;\n font-size: 16px;\n text-align: center;\n line-height: 1.5;\n}\n.toast-enter {\n height: 0;\n}\n.toast-enter-active {\n opacity: 1;\n}\n.toast-enter-done {\n opacity: 1;\n}\n.toast-exit-active {\n transform: translateY(-10px);\n}\n";
var css = "#style_toast_container__o6MeG * {\n box-sizing: border-box;\n}\n.style_toast-list__378gH {\n box-sizing: border-box;\n position: fixed;\n bottom: 20px;\n left: 50%;\n z-index: 1000;\n line-height: 1.5;\n text-align: center;\n transform: translateX(-50%) translateZ(0);\n}\n.style_toast-list__378gH.style_left__23qnn {\n left: 30px;\n text-align: left;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-list__378gH.style_right__1o-p7 {\n right: 30px;\n left: auto;\n text-align: right;\n transform: translateX(0) translateZ(0);\n}\n.style_toast-message__3rB_q {\n opacity: 0;\n margin-bottom: 10px;\n font-size: 0;\n transition: height 0.3s, opacity 0.3s, transform 0.3s;\n}\n.style_toast-content__kl8dC {\n display: inline-block;\n overflow: hidden;\n min-width: 290px;\n padding: 12px 22px;\n background: rgba(0, 0, 10, 0.8);\n box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);\n border-radius: 40px;\n font-family: -apple-system,system-ui,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;\n color: #fff;\n font-size: 16px;\n text-align: center;\n line-height: 1.5;\n}\n.toast-enter {\n height: 0;\n}\n.toast-enter-active {\n opacity: 1;\n}\n.toast-enter-done {\n opacity: 1;\n}\n.toast-exit-active {\n transform: translateY(-10px);\n}\n";
var styles = {"toast_container":"style_toast_container__o6MeG","toast-list":"style_toast-list__378gH","left":"style_left__23qnn","right":"style_right__1o-p7","toast-message":"style_toast-message__3rB_q","toast-content":"style_toast-content__kl8dC"};

@@ -42,0 +42,0 @@ styleInject(css);

{
"name": "react-simple-toasts",
"version": "1.1.1",
"version": "1.1.2-rc.0",
"description": "Simple toast popup for React",

@@ -25,5 +25,5 @@ "author": "almond-bongbong",

"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^16.8.0 || ^16.9.3",
"react-dom": "^16.8.0 || ^16.9.3"
"prop-types": ">=15.5.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -8,3 +8,3 @@ # react-simple-toasts

<p align="center">
<img src="https://res.cloudinary.com/dfyuv19ig/image/upload/v1571789442/github/react-simple-toasts_1.1v_e6ql1x.gif" />
<img src="https://res.cloudinary.com/dfyuv19ig/image/upload/v1575989735/github/2019-12-10_23-52-52.2019-12-10_23_53_26_ljp6x1.gif" />
</p>

@@ -11,0 +11,0 @@

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