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.1.3 to 1.1.4

6

dist/main.cjs.js

@@ -149,3 +149,3 @@ 'use strict';

if (this.transition == 'false' || href.startsWith('#')) {
if (this.transition == 'false') {
window.location = href;

@@ -155,2 +155,6 @@ return;

if (href.startsWith('#')) {
return;
}
this.setOptions(href, true);

@@ -157,0 +161,0 @@ }

@@ -147,3 +147,3 @@ function _classCallCheck(instance, Constructor) {

if (this.transition == 'false' || href.startsWith('#')) {
if (this.transition == 'false') {
window.location = href;

@@ -153,2 +153,6 @@ return;

if (href.startsWith('#')) {
return;
}
this.setOptions(href, true);

@@ -155,0 +159,0 @@ }

2

package.json
{
"name": "modularload",
"version": "1.1.3",
"version": "1.1.4",
"description": "Dead simple page transitions and lazy loading.",

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

@@ -78,3 +78,3 @@ export default class {

if (this.transition == 'false' || href.startsWith('#')) {
if (this.transition == 'false') {
window.location = href;

@@ -84,2 +84,6 @@ return;

if (href.startsWith('#')) {
return;
}
this.setOptions(href, true);

@@ -86,0 +90,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