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

modularload

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modularload - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/main.cjs.js

@@ -168,4 +168,4 @@ 'use strict';

if (this.transition && this.transition != 'true') {
enterDelay = this.transitions[this.transition].enterDelay;
exitDelay = this.transitions[this.transition].exitDelay;
enterDelay = this.transitions[this.transition].enterDelay || this.enterDelay;
exitDelay = this.transitions[this.transition].exitDelay || this.exitDelay;
}

@@ -172,0 +172,0 @@

@@ -166,4 +166,4 @@ function _classCallCheck(instance, Constructor) {

if (this.transition && this.transition != 'true') {
enterDelay = this.transitions[this.transition].enterDelay;
exitDelay = this.transitions[this.transition].exitDelay;
enterDelay = this.transitions[this.transition].enterDelay || this.enterDelay;
exitDelay = this.transitions[this.transition].exitDelay || this.exitDelay;
}

@@ -170,0 +170,0 @@

{
"name": "modularload",
"version": "1.0.3",
"version": "1.0.4",
"description": "Dead simple page transitions and lazy loading.",

@@ -5,0 +5,0 @@ "repository": "modularorg/modularload",

@@ -96,4 +96,4 @@ export default class {

if (this.transition && this.transition != 'true') {
enterDelay = this.transitions[this.transition].enterDelay;
exitDelay = this.transitions[this.transition].exitDelay;
enterDelay = this.transitions[this.transition].enterDelay || this.enterDelay;
exitDelay = this.transitions[this.transition].exitDelay || this.exitDelay;
}

@@ -100,0 +100,0 @@

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