New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

evt

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evt - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### **1.11.1** (2022-06-01)
- Correct error in useEvt
## **1.11.0** (2022-06-01)

@@ -2,0 +6,0 @@

2

hooks/useEvt.js

@@ -39,3 +39,3 @@ "use strict";

effect(ctx);
return function () { ctx.done; };
return function () { ctx.done(); };
}, deps);

@@ -42,0 +42,0 @@ }

{
"name": "evt",
"version": "1.11.0",
"version": "1.11.1",
"description": "Type safe replacement for node's EventEmitter",

@@ -5,0 +5,0 @@ "repository": {

@@ -46,3 +46,3 @@ import { Evt } from "../lib/Evt";

return ()=> { ctx.done; };
return ()=> { ctx.done(); };
},

@@ -49,0 +49,0 @@ deps

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