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

@alwatr/async-queue

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/async-queue - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.2.9](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.8...@alwatr/async-queue@1.2.9) (2024-08-31)
### Miscellaneous Chores
* Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @
## [1.2.8](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.7...@alwatr/async-queue@1.2.8) (2024-08-31)

@@ -8,0 +14,0 @@

10

package.json
{
"name": "@alwatr/async-queue",
"version": "1.2.8",
"version": "1.2.9",
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",

@@ -37,5 +37,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",

".": {
"types": "./dist/main.d.ts",
"import": "./dist/main.mjs",
"require": "./dist/main.cjs",
"types": "./dist/main.d.ts"
"require": "./dist/main.cjs"
}

@@ -78,3 +78,3 @@ },

"dependencies": {
"@alwatr/flatomise": "^1.1.9"
"@alwatr/flatomise": "^1.1.10"
},

@@ -90,3 +90,3 @@ "devDependencies": {

},
"gitHead": "5d81b77988089edb24aa6853d0a98fdeb85dbf77"
"gitHead": "1f163e85c5f0c769d5dcdf232e8042c64ec1854d"
}

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