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.0.20 to 3.0.21

11

dot.js

@@ -203,5 +203,10 @@ /*global Map Promise Set*/

} else {
k.arr = k.arr.concat(
typeof arg === strType ? arg.split(period) : arg
)
var isArr = Array.isArray(arg),
isStr = typeof arg === strType
if (isArr || isStr) {
k.arr = k.arr.concat(
isStr ? arg.split(period) : arg
)
}
}

@@ -208,0 +213,0 @@ }

{
"name": "dot-event",
"version": "3.0.20",
"version": "3.0.21",
"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