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

mofron-comp-header

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-header - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

14

index.js

@@ -48,2 +48,4 @@ /**

this.size('100%', 50);
this.responsive({ 'height' : 50 });
this.bind(true);

@@ -65,11 +67,2 @@

responsive (prm) {
try {
this.height(150);
} catch (e) {
console.error(e.stack);
throw e;
}
}
themeConts (thm) {

@@ -98,4 +91,5 @@ try {

}
let hei = this.height();
this.adom().child()[1].style({
'height' : ('number' === typeof val) ? val+'px' : val
'height' : ('number' === typeof hei) ? hei+'px' : hei
});

@@ -102,0 +96,0 @@ } catch (e) {

{
"name": "mofron-comp-header",
"version": "0.8.3",
"version": "0.8.4",
"description": "header component for mofron",

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

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