Socket
Socket
Sign inDemoInstall

meteora

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

4

dist/index.js

@@ -103,6 +103,6 @@ function Event(event, params) {

debounce = setTimeout(function () {
func();
func(e);
}, delay);
} else {
func();
func(e);
}

@@ -109,0 +109,0 @@ };

{
"name": "meteora",
"version": "0.0.8",
"version": "0.0.9",
"description": "A library of common javascript functions to make life easier.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -33,6 +33,6 @@ function attach(el, event, func, userdelay) {

debounce = setTimeout(() => {
func();
func(e);
}, delay);
} else {
func();
func(e);
}

@@ -39,0 +39,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc