Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extes

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extes - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

4

event-target.esm.js

@@ -11,2 +11,4 @@ /**

value: function(event_name, callback) {
// Event name accepts name1#tag1,name2#tag1,name3#tag2
const inserted = [];
const events = event_name.split(',');

@@ -16,3 +18,5 @@ for( let evt_name of events ) {

evt_name = evt_name.trim();
if ( inserted.indexOf(evt_name) >= 0 ) continue;
inserted.push(evt_name);
this.addEventListener(evt_name, callback);

@@ -19,0 +23,0 @@ }

2

package.json
{
"name": "extes",
"version": "2.1.3",
"version": "2.1.4",
"description": "A tiny library that extends native js with some handy tools",

@@ -5,0 +5,0 @@ "main": "index.mjs",

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