Socket
Socket
Sign inDemoInstall

meteora

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteora - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/index.js

@@ -111,3 +111,3 @@ function Event(event, params) {

event.split(' ').forEach(function (type) {
if (type === 'scroll' && passiveIfSupported) {
if (passiveIfSupported) {
el.addEventListener(type, function (e) {

@@ -114,0 +114,0 @@ return attachment(e);

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

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

@@ -41,3 +41,3 @@ function attach(el, event, func, userdelay) {

event.split(' ').forEach((type) => {
if (type === 'scroll' && passiveIfSupported) {
if (passiveIfSupported) {
el.addEventListener(type, (e) => attachment(e), passiveIfSupported);

@@ -44,0 +44,0 @@ }else {

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