Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 1.3.2

2

dist/single-spa.js

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

app.parsedDom = dom;
app.parsedDom = document.importNode(dom.documentElement, true);
resolve();

@@ -372,0 +372,0 @@ }

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

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

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

app.parsedDom = dom;
app.parsedDom = document.importNode(dom.documentElement, true);
resolve();

@@ -342,0 +342,0 @@

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