New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paramax-framework

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paramax-framework - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

10

dist/fe-fwk.js

@@ -57,7 +57,2 @@ function setAttributes(el, attrs) {

}
function removeEventListeners(listeners = {}, el) {
Object.entries(listeners).forEach(([eventName, handler]) => {
el.removeEventListener(eventName, handler);
});
}
function addEventListener(eventName, handler, el, hostComponent = null) {

@@ -74,2 +69,7 @@ function boundHandler(event) {

}
function removeEventListeners(listeners = {}, el) {
Object.entries(listeners).forEach(([eventName, handler]) => {
el.removeEventListener(eventName, handler);
});
}

@@ -76,0 +76,0 @@ function withoutNulls(arr) {

{
"name": "paramax-framework",
"version": "1.0.10",
"version": "1.1.0",
"description": "A lightweight framework",

@@ -5,0 +5,0 @@ "keywords": [

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