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.27 to 1.1.28

lib/test.js

6

lib/index.js

@@ -307,5 +307,9 @@ import axios from "axios";

} else if (result.data.code === 311 && v.$route.path !== '/login') {
const TipMessage = [
'您的账号异常或密码过期,请重新修改密码',
'Your account is abnormal or the password has expired. Please change your password.'
]
messageList.push({
type: 3,
message: result.data.msg ? result.data.msg : '您的账号异常或密码过期,请重新修改密码'
message: result.data.msg ? result.data.msg : TipMessage[store.state.Language]
});

@@ -312,0 +316,0 @@ pushMessage();

2

package.json
{
"name": "one-sport",
"version": "1.1.27",
"version": "1.1.28",
"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