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

mobile-alert-zepto

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-alert-zepto - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/alert.js

@@ -118,3 +118,3 @@ /******/ (function(modules) { // webpackBootstrap

// module
exports.push([module.id, "@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@-webkit-keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.alert {\n position: absolute;\n top: 0;\n bottom: 0;\n width: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n font-size: 16px;\n -webkit-animation: fadeIn .2s both;\n animation: fadeIn .2s both;\n}\n.alert .alert-box {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 270px;\n height: 120px;\n margin-left: -135px;\n margin-top: -60px;\n background-color: white;\n border-radius: 12.5px;\n}\n.alert .alert-box .alert-msg-container {\n height: 80px;\n border-bottom: 1px solid #e5e5e5;\n}\n.alert .alert-box .alert-msg-container .alert-msg {\n margin: 0;\n padding-top: 30px;\n text-align: center;\n}\n.alert .alert-box .alert-positive {\n text-align: center;\n line-height: 38px;\n color: #007aff;\n font-weight: 700;\n}\n", ""]);
exports.push([module.id, "@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@-webkit-keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.alert {\n position: absolute;\n top: 0;\n bottom: 0;\n width: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n font-size: 16px;\n -webkit-animation: fadeIn .2s both;\n animation: fadeIn .2s both;\n z-index: 9998;\n}\n.alert .alert-box {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 270px;\n height: 120px;\n margin-left: -135px;\n margin-top: -60px;\n background-color: white;\n border-radius: 12.5px;\n z-index: 9999;\n}\n.alert .alert-box .alert-msg-container {\n height: 80px;\n border-bottom: 1px solid #e5e5e5;\n}\n.alert .alert-box .alert-msg-container .alert-msg {\n margin: 0;\n padding-top: 30px;\n text-align: center;\n}\n.alert .alert-box .alert-positive {\n text-align: center;\n line-height: 38px;\n color: #007aff;\n font-weight: 700;\n}\n", ""]);

@@ -121,0 +121,0 @@ // exports

{
"name": "mobile-alert-zepto",
"version": "1.0.3",
"version": "1.0.4",
"description": "mobile alert replacing window.alert(), mocking iOS alert UI, supporting custom message and positive button text",

@@ -5,0 +5,0 @@ "main": "dist/alert.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