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

evt

Package Overview
Dependencies
Maintainers
1
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.1.2 to 1.1.3

2

dist/lib/Evt.js

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

.length;
message += handlerCount + " handler" + ((handlerCount > 1) ? "s" : "") + " => ";
message += handlerCount + " handler" + ((handlerCount > 1) ? "s" : "") + ", ";
}

@@ -450,0 +450,0 @@ (_a = this.log) === null || _a === void 0 ? void 0 : _a.call(this, message + this.traceFormatter(data));

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

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

@@ -501,3 +501,3 @@ import "minimal-polyfills/dist/lib/Array.prototype.find";

message += `${handlerCount} handler${(handlerCount > 1) ? "s" : ""} => `;
message += `${handlerCount} handler${(handlerCount > 1) ? "s" : ""}, `;

@@ -504,0 +504,0 @@ }

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