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.0 to 0.4.1

10

index.js

@@ -151,11 +151,3 @@ /**

/* setter */
if ('number' === typeof prm) {
let hdr_hei = mofron.func.getSize(this.header().height());
if ( (this.sizeType() !== hdr_hei[1]) ||
(0 > (prm - hdr_hei[0])) ) {
super.height(prm);
return;
}
super.height(prm - hdr_hei[0]);
} else if ('string' === typeof prm) {
if ('string' === typeof prm) {
let dif_siz = mf.func.diffSize(prm, this.header().height());

@@ -162,0 +154,0 @@ if ((null === dif_siz) || (0 > mf.func.getSize(dif_siz)[0])) {

2

package.json
{
"name": "mofron-comp-appbase",
"version": "0.4.0",
"version": "0.4.1",
"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