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

@xylabs/api

Package Overview
Dependencies
Maintainers
7
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/api - npm Package Compare versions

Comparing version 2.9.3 to 2.10.0

dist/ApiClient.d.mts

47

package.json

@@ -17,18 +17,14 @@ {

"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
"browser": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"docs": "dist/docs.json",
"types": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"node": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"browser": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"default": "./dist/esm/index.js"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},

@@ -38,4 +34,19 @@ "./dist/docs.json": {

},
"./cjs": {
"default": "./dist/index.js"
},
"./docs": {
"default": "./dist/docs.json"
},
"./esm": {
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"package-compile": "tsup && publint",
"package-recompile": "tsup && publint"
},
"homepage": "https://xylabs.com",

@@ -49,8 +60,10 @@ "keywords": [

"dependencies": {
"axios": "^1.4.0"
"axios": "^1.5.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@xylabs/eslint-config": "2.17.17",
"@xylabs/ts-scripts-yarn3": "^2.17.17",
"eslint": "^8.43.0"
"@xylabs/ts-scripts-yarn3": "^2.19.5",
"@xylabs/tsconfig": "^2.19.5",
"publint": "^0.2.2",
"tsup": "^7.2.0"
},

@@ -65,4 +78,4 @@ "publishConfig": {

"sideEffects": false,
"version": "2.9.3",
"version": "2.10.0",
"packageManager": "yarn@3.3.1"
}
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