New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hzab/data-model

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hzab/data-model - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# @hzab/data-model@1.2.1
- fix: setAxTimeout default timeout 0
# @hzab/data-model@1.2.0

@@ -2,0 +6,0 @@

2

package.json
{
"name": "@hzab/data-model",
"version": "1.2.0",
"version": "1.2.1",
"description": "data model",

@@ -5,0 +5,0 @@ "main": "src",

@@ -104,3 +104,3 @@ import axios from "axios";

*/
export function setAxTimeout(timeout = 5000) {
export function setAxTimeout(timeout = 0) {
setAxDefaults("timeout", timeout);

@@ -107,0 +107,0 @@ }

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