New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

single-spa

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

single-spa - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

4

dist/single-spa.js

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

for (var i = 0; i < scripts.length; i++) {
scripts[i].remove();
scripts[i].parentNode.removeChild(scripts[i]);
}

@@ -286,3 +286,3 @@ }

}
originalScriptTag.remove();
originalScriptTag.parentNode.removeChild(originalScriptTag);
domLocation.appendChild(scriptTag);

@@ -289,0 +289,0 @@ appendedNode = scriptTag;

{
"name": "single-spa",
"version": "1.3.2",
"version": "1.3.3",
"description": "Multiple applications, one page",

@@ -5,0 +5,0 @@ "main": "dist/single-spa.js",

@@ -192,3 +192,3 @@ let appLocationToApp = {};

for (let i=0; i<scripts.length; i++) {
scripts[i].remove();
scripts[i].parentNode.removeChild(scripts[i]);
}

@@ -256,3 +256,3 @@ }

}
originalScriptTag.remove();
originalScriptTag.parentNode.removeChild(originalScriptTag);
domLocation.appendChild(scriptTag);

@@ -259,0 +259,0 @@ appendedNode = scriptTag;

Sorry, the diff of this file is not supported yet

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