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

medium-style-confirm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medium-style-confirm - npm Package Compare versions

Comparing version 0.4.4 to 0.4.6

7

js/msc-script.js

@@ -163,3 +163,2 @@ (function (root, factory) {

};
//window.msc = MscConfirm;
var exportData = {

@@ -174,2 +173,8 @@ mscConfirm: function(title, sub, onOk, onCancel) {

buildUI(title, sub, onOk, onCancel, "alert");
},
mscClose: function() {
var prev = document.getElementsByClassName('msc-confirm');
if(prev.length > 0){
document.body.removeChild(prev[0]);
}
}

@@ -176,0 +181,0 @@ };

2

package.json
{
"name": "medium-style-confirm",
"version": "0.4.4",
"version": "0.4.6",
"description": "A medium.com like modal dialog UI library.",

@@ -5,0 +5,0 @@ "main": "js/msc-script.js",

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