Socket
Socket
Sign inDemoInstall

@solid-primitives/event-listener

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/event-listener - npm Package Compare versions

Comparing version 2.2.6 to 2.2.7

4

package.json
{
"name": "@solid-primitives/event-listener",
"version": "2.2.6",
"version": "2.2.7",
"description": "SolidJS Primitives to manage creating event listeners.",

@@ -82,3 +82,3 @@ "author": "David Di Biase <dave.dibiase@gmail.com>",

"dependencies": {
"@solid-primitives/utils": "^5.0.0"
"@solid-primitives/utils": "^5.2.1"
},

@@ -85,0 +85,0 @@ "peerDependencies": {

@@ -84,3 +84,3 @@ <p>

"myCustomEvent",
() => console.log("yup!")
() => console.log("yup!"),
);

@@ -147,3 +147,3 @@ // just don't use interfaces as EventMaps! (write them using `type` keyword)

"myCustomEvent",
() => console.log("yup!")
() => console.log("yup!"),
);

@@ -229,3 +229,3 @@ // just don't use interfaces as EventMaps! (write them using `type` keyword)

mouseenter: e => {},
touchend: touchHandler
touchend: touchHandler,
});

@@ -239,5 +239,5 @@

mousemove: e => {},
touchstart: e => {}
touchstart: e => {},
},
{ passive: true }
{ passive: true },
);

@@ -256,3 +256,3 @@

myEvent: e => {},
custom: e => {}
custom: e => {},
});

@@ -259,0 +259,0 @@ ```

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