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

@solid-primitives/props

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/props - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

dist/index.js

@@ -250,7 +250,7 @@ var __defProp = Object.defineProperty;

}
return chain(...callbacks);
return chain(callbacks);
}
if (isEventListenerKey(key)) {
const callbacks = listeners[key.toLowerCase()];
return Array.isArray(callbacks) ? chain(...callbacks) : Reflect.get(target, key);
return Array.isArray(callbacks) ? chain(callbacks) : Reflect.get(target, key);
}

@@ -257,0 +257,0 @@ if (key === "class" || key === "className")

{
"name": "@solid-primitives/props",
"version": "2.1.1",
"version": "2.1.2",
"description": "Library of primitives focused around component props.",

@@ -47,3 +47,3 @@ "author": "Alex Lohr <alex.lohr@logmein.com>",

"dependencies": {
"@solid-primitives/utils": "^1.5.2"
"@solid-primitives/utils": "^2.0.0"
},

@@ -50,0 +50,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ <p>

Sorry, the diff of this file is not supported yet

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