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.11.7 to 2.11.8

dist/browser/ApiClient.d.mts

29

package.json

@@ -18,30 +18,21 @@ {

"docs": "dist/docs.json",
"types": "dist/index.d.ts",
"types": "dist/node/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.mjs"
}
},
"./dist/docs.json": {
"default": "./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",
"main": "dist/node/index.js",
"module": "dist/node/index.mjs",
"homepage": "https://xylabs.com",

@@ -58,4 +49,4 @@ "keywords": [

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.28",
"@xylabs/tsconfig": "^3.0.28",
"@xylabs/ts-scripts-yarn3": "^3.0.55",
"@xylabs/tsconfig": "^3.0.55",
"typescript": "^5.2.2"

@@ -71,4 +62,4 @@ },

"sideEffects": false,
"version": "2.11.7",
"version": "2.11.8",
"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