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

@alwatr/signal

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/signal - npm Package Compare versions

Comparing version 0.7.0 to 0.7.2

11

CHANGELOG.md

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

## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12)
### Bug Fixes
* **signal:** promise to multi requests works ([dd59f0e](https://github.com/AliMD/alwatr/commit/dd59f0e5737abec72c41895b93365199fad66fcb))
# [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "@alwatr/signal",
"version": "0.7.0",
"version": "0.7.2",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",

@@ -39,6 +39,6 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^0.7.0",
"@alwatr/logger": "^0.7.2",
"tslib": "^2.3.1"
},
"gitHead": "5eca110493087213c2c01695b9738a5f9fd8edf7"
"gitHead": "6ad26514f722b38731ea4866201f1d47167ff161"
}

@@ -126,4 +126,5 @@ import { createLogger } from '@alwatr/logger';

this._logger.logMethodArgs('request', { requestParam });
const nextSignalValuePromise = this.getNextSignalValue();
_dispatchSignal(`request-${this.name}`, requestParam);
return this.getNextSignalValue();
return nextSignalValuePromise;
}

@@ -130,0 +131,0 @@ /**

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