Socket
Socket
Sign inDemoInstall

@xylabs/promise

Package Overview
Dependencies
Maintainers
7
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/promise - npm Package Compare versions

Comparing version 2.11.7 to 2.11.8

dist/browser/fulfilled.d.mts

29

package.json

@@ -15,30 +15,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",

@@ -52,4 +43,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"

@@ -65,3 +56,3 @@ },

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