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.7 to 1.1.8

3

.eslintrc.js

@@ -18,2 +18,5 @@ // https://eslint.org/docs/user-guide/configuring

],
"plugins": [
"js"
],
// add your custom rules here

@@ -20,0 +23,0 @@ rules: {

5

lib/index.js
import axios from 'axios';
import md5 from 'js-md5';
var _ = require('lodash');

@@ -12,3 +13,3 @@ var messageList = [];

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

@@ -40,3 +41,3 @@ return false

messageList.splice(0, 1);
}, 300);
}
export default function({store, isloaded = false, test}) {

@@ -43,0 +44,0 @@ /**

{
"name": "one-sport",
"version": "1.1.7",
"version": "1.1.8",
"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