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.13 to 1.1.14

.vscode/settings.json

5

lib/index.js

@@ -18,3 +18,3 @@ import axios from 'axios';

};
let showMessage = function() {
let showMessage = _.debounce(function() {
if (messageList.length === 0) {

@@ -46,3 +46,4 @@ return false

messageList.splice(0, 1);
}
showMessage();
}, 300)
/**

@@ -49,0 +50,0 @@ * @function 对登录的时候密码进行解密

2

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