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.2 to 1.0.3

3

dist/alert.js

@@ -60,2 +60,5 @@ /******/ (function(modules) { // webpackBootstrap

alertDiv.hide();
if (option.callback && typeof option.callback === 'function') {
option.callback();
}
});

@@ -62,0 +65,0 @@ }

@@ -14,2 +14,5 @@ var tmpl = require('../html/alert.html'),

alertDiv.hide();
if (option.callback && typeof option.callback === 'function') {
option.callback();
}
});

@@ -16,0 +19,0 @@ }

2

package.json
{
"name": "mobile-alert-zepto",
"version": "1.0.2",
"version": "1.0.3",
"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