Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/axios

Package Overview
Dependencies
Maintainers
0
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/axios - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

package.json

@@ -10,7 +10,7 @@ {

"email": "support@xyo.network",
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
},
"dependencies": {
"@types/pako": "^2.0.3",
"@xylabs/logger": "^4.0.1",
"@xylabs/logger": "^4.0.2",
"axios": "^1.7.4",

@@ -44,3 +44,3 @@ "pako": "^2.1.0"

"type": "git",
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
},

@@ -55,4 +55,4 @@ "keywords": [

"sideEffects": false,
"version": "4.0.1",
"version": "4.0.2",
"type": "module"
}

@@ -1,3 +0,4 @@

import { Logger } from '@xylabs/logger'
import { Axios, AxiosHeaders, AxiosResponse, RawAxiosRequestConfig } from 'axios'
import type { Logger } from '@xylabs/logger'
import type { AxiosResponse, RawAxiosRequestConfig } from 'axios'
import { Axios, AxiosHeaders } from 'axios'
import { gzip } from 'pako'

@@ -4,0 +5,0 @@

@@ -1,2 +0,2 @@

import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {

@@ -3,0 +3,0 @@ compile: {

Sorry, the diff of this file is not supported yet

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