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 2.5.5 to 2.5.6

4

package.json
{
"name": "evt",
"version": "2.5.5",
"version": "2.5.6",
"description": "Type safe replacement for node's EventEmitter",

@@ -526,4 +526,4 @@ "repository": {

"typescript": "^4.2.3",
"denoify": "^1.3.0"
"denoify": "^1.6.7"
}
}

@@ -70,2 +70,5 @@ // @denoify-line-ignore

if( typeof o1 === "function" || typeof o2 === "function" ){
return false;
}

@@ -72,0 +75,0 @@ if (DateLike.match(o1)) {

@@ -96,2 +96,5 @@ "use strict";

}
if (typeof o1 === "function" || typeof o2 === "function") {
return false;
}
if (types_1.DateLike.match(o1)) {

@@ -98,0 +101,0 @@ if (!types_1.DateLike.match(o2)) {

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