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

mofron-comp-appbase

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-appbase - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

9

index.js

@@ -150,7 +150,10 @@ /**

/* setter */
let set_hei = mf.func.sizeDiff(prm, this.header().height());
let set_hei = mf.func.getSize(
mf.func.sizeDiff(prm, this.header().height())
);
if (0 > set_hei.value()) {
throw new Error('invalid parameter');
super.height(prm);
} else {
super.height(set_hei);
}
super.height(set_hei);
} catch (e) {

@@ -157,0 +160,0 @@ console.error(e.stack);

{
"name": "mofron-comp-appbase",
"version": "0.4.4",
"version": "0.4.5",
"description": "application base 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