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

@alwatr/async-queue

Package Overview
Dependencies
Maintainers
2
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.0.0 to 1.0.1

4

CHANGELOG.md

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

## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.0...@alwatr/async-queue@1.0.1) (2024-01-03)
**Note:** Version bump only for package @alwatr/async-queue
# 1.0.0 (2024-01-03)

@@ -8,0 +12,0 @@

12

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

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

"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
"build": "yarn run build:ts & yarn run build:es",

@@ -76,13 +76,13 @@ "build:es": "nano-build --preset=module",

"dependencies": {
"@alwatr/flatomise": "^1.0.0"
"@alwatr/flatomise": "^1.0.1"
},
"devDependencies": {
"@alwatr/nano-build": "^1.2.3",
"@alwatr/nano-build": "^1.3.0",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.1.0",
"@alwatr/type-helper": "^1.0.2",
"@alwatr/type-helper": "^1.0.3",
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
},
"gitHead": "154de55566d7f39bba46d269585bae838499f0bf"
"gitHead": "f33492f47adda814385e51f38be86eeef9629e62"
}

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