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.1.0 to 3.1.1

6

dot.js

@@ -206,4 +206,8 @@ /*global Map Promise Set*/

var isStr = typeof arg === strType
var isArr =
!isStr &&
Array.isArray(arg) &&
typeof arg[0] === strType
if (isStr || Array.isArray(arg)) {
if (isStr || isArr) {
k.arr = k.arr.concat(isStr ? [arg] : arg)

@@ -210,0 +214,0 @@ } else if (i === args.length - 1) {

2

package.json
{
"name": "dot-event",
"version": "3.1.0",
"version": "3.1.1",
"description": "Powerful event emitter",

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

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