New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 0.4.7

11

index.js

@@ -127,6 +127,13 @@ /**

this.bgwrap().child(prm);
prm.execOption({
let hrd_ofs = mf.func.getSize(this.header().height());
if ( (true === mf.func.isInclude(hrd_ofs, 'Rem')) ||
(true === mf.func.isInclude(hrd_ofs, 'Pixel')) ) {
hrd_ofs = parseInt('-' + hrd_ofs.toPxnum());
} else {
hrd_ofs = 0;
}
prm.option({
effect : [
new Backgd(),
new Synwin([false, true], [0, '-' + this.header().height()])
new Synwin([false, true], [0, hrd_ofs])
]

@@ -133,0 +140,0 @@ });

2

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