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

one-sport

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one-sport - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

16

lib/index.js

@@ -26,2 +26,5 @@ 'use strict';

var showMessage = _.debounce(function () {
if (messageList.length === 0) {
return false;
}
if (messageList[0].type === 1) {

@@ -50,5 +53,2 @@ v.$message.success(messageList[0].message);

messageList.splice(0, 1);
if (messageList.length > 0) {
pushMessage();
};
}, 300);

@@ -197,7 +197,2 @@

} else if (result.data.code === 302) {
messageList.push({
type: 3,
message: result.data.msg
});
pushMessage();
// v.$message.error(result.data.msg)

@@ -211,2 +206,7 @@ sessionStorage.clear();

messageList = [];
messageList.push({
type: 3,
message: result.data.msg
});
pushMessage();
} else if (result.data.msg && result.data.msg.trim() !== '') {

@@ -213,0 +213,0 @@ messageList.push({

{
"name": "one-sport",
"version": "1.1.2",
"version": "1.1.3",
"description": "use for one-sport company",

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