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.15 to 1.1.16

4

lib/index.js

@@ -193,4 +193,4 @@ import axios from "axios";

const SIGN =
store.state.TOKEN +
"&" +
(store.state.TOKEN || '') +
(store.state.TOKEN ? "&" : '') +
(Boolean(requestData) && requestData !== "{}"

@@ -197,0 +197,0 @@ ? timestamp + "&" + requestData

{
"name": "one-sport",
"version": "1.1.15",
"version": "1.1.16",
"description": "use for one-sport company",

@@ -37,2 +37,2 @@ "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