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

mofron-layout-margin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-layout-margin - npm Package Compare versions

Comparing version 0.0.8 to 0.0.10

12

index.js

@@ -19,4 +19,8 @@ /**

} else {
this.type(tp);
this.value(val);
if ('string' === typeof tp) {
this.type(tp);
this.value(val);
} else if ('number' === typeof tp) {
this.value(tp);
}
}

@@ -32,3 +36,3 @@ } catch (e) {

var mg = 'margin';
if ('' !== this.type()) {
if ( ('' !== this.type()) && (null !== this.type())) {
mg += '-' + this.type();

@@ -48,3 +52,3 @@ }

if (undefined === tp) {
return this.m_type;
return (undefined === this.m_type) ? null : this.m_type;
}

@@ -51,0 +55,0 @@ if ( ('string' != (typeof tp)) ||

{
"name": "mofron-layout-margin",
"version": "0.0.8",
"version": "0.0.10",
"description": "margin layout of 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