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

@sapphire/async-queue

Package Overview
Dependencies
Maintainers
3
Versions
831
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphire/async-queue - npm Package Compare versions

Comparing version 1.5.4-next.fc35dd86 to 1.5.4

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

# [@sapphire/async-queue@1.5.4](https://github.com/sapphiredev/utilities/compare/@sapphire/async-queue@1.5.3...@sapphire/async-queue@1.5.4) - (2024-11-02)
## 🏠 Refactor
- Resolve several sonar issues ([ba915f9](https://github.com/sapphiredev/utilities/commit/ba915f93ce0907828ba17b2d5ae009631ceb860d)) ([#823](https://github.com/sapphiredev/utilities/pull/823) by @favna)
## πŸ› Bug Fixes
- Move browser imports ([100ffb0](https://github.com/sapphiredev/utilities/commit/100ffb0a2471bb9f74cc580d282d11059e1a0a68)) ([#826](https://github.com/sapphiredev/utilities/pull/826) by @kyranet)
# [@sapphire/async-queue@1.5.3](https://github.com/sapphiredev/utilities/compare/@sapphire/async-queue@1.5.2...@sapphire/async-queue@1.5.3) - (2024-07-23)

@@ -7,0 +17,0 @@

18

package.json
{
"name": "@sapphire/async-queue",
"version": "1.5.4-next.fc35dd86",
"version": "1.5.4",
"description": "Sequential asynchronous lock-based queue for promises",

@@ -13,2 +13,3 @@ "author": "@sapphire",

"exports": {
"browser": "./dist/iife/index.global.js",
"import": {

@@ -21,4 +22,3 @@ "types": "./dist/esm/index.d.mts",

"default": "./dist/cjs/index.cjs"
},
"browser": "./dist/iife/index.global.js"
}
},

@@ -67,11 +67,11 @@ "sideEffects": false,

"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.0.5",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"@favware/cliff-jumper": "^5.0.0",
"@vitest/coverage-v8": "^2.1.4",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typedoc-json-parser": "^10.1.6",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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