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

dot-event

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-event - npm Package Compare versions

Comparing version 3.0.30 to 3.0.31

6

dot.js

@@ -97,3 +97,7 @@ /*global Map Promise Set*/

s.events.delete(promise)
return sig.value === undefined ? results : sig.value
return sig.value === undefined
? results.length < 2
? results[0]
: results
: sig.value
})

@@ -100,0 +104,0 @@ .catch(function(err) {

2

package.json
{
"name": "dot-event",
"version": "3.0.30",
"version": "3.0.31",
"description": "Powerful event emitter",

@@ -5,0 +5,0 @@ "keywords": [

@@ -59,3 +59,3 @@ # dot-event

dot.on(async () => "value")
dot().then(result => /* [ "value" ] */)
dot().then(result => /* "value" */)
```

@@ -186,2 +186,3 @@

| ad | Google Publisher Tag | https://github.com/dot-event/ad#readme |
| alias | Argument aliases | https://github.com/dot-event/alias#readme |
| arg | CLI and URL argument | https://github.com/dot-event/arg#readme |

@@ -188,0 +189,0 @@ | controller | DOM controller | https://github.com/dot-event/controller#readme |

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