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 0.4.1 to 0.5.0

6

dist/args.js

@@ -43,5 +43,7 @@ "use strict";

memo.fn = arg;
} else if (!memo.options && (0, _typeof2.default)(arg) === "object" && arg !== null && arg.constructor === Object) {
memo.options = arg;
} else {
if (!memo.options && (0, _typeof2.default)(arg) === "object" && arg !== null && arg.constructor === Object) {
memo.options = arg;
}
memo.extras.push(arg);

@@ -48,0 +50,0 @@ }

@@ -40,10 +40,12 @@ // Helpers

memo.fn = arg
} else if (
!memo.options &&
typeof arg === "object" &&
arg !== null &&
arg.constructor === Object
) {
memo.options = arg
} else {
if (
!memo.options &&
typeof arg === "object" &&
arg !== null &&
arg.constructor === Object
) {
memo.options = arg
}
memo.extras.push(arg)

@@ -50,0 +52,0 @@ }

@@ -15,3 +15,3 @@ {

],
"version": "0.4.1",
"version": "0.5.0",
"description": "Build beautiful and extensible eventing APIs",

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

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