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.8 to 1.1.9

4

lib/index.js

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

}
export default function({store, isloaded = false, test}) {
export default function({store, isloaded = false, whiteList = []}) {
/**

@@ -54,3 +54,3 @@ * 1: 成功,

var instanceRequest = axios.interceptors.request.use(config => {
if (urlList.includes(config.url)) {
if (urlList.includes(config.url) && !whiteList.includes(config.url)) {
messageList.push({

@@ -57,0 +57,0 @@ type: 4

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