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 2.0.4 to 2.0.5

2

lib/single-spa.js

@@ -80,2 +80,3 @@ 'use strict';

capturedEventListeners[eventName].push(fn);
return;
}

@@ -93,2 +94,3 @@ }

});
return;
}

@@ -95,0 +97,0 @@ }

4

package.json
{
"name": "single-spa",
"version": "2.0.4",
"version": "2.0.5",
"description": "Multiple applications, one page",

@@ -11,3 +11,3 @@ "main": "lib/single-spa.js",

"test": "jasmine",
"build:canopy": "npm run build && rm -rf ../spalpatine/jspm_packages/npm/single-spa@2.0.3 && rsync -av . ../spalpatine/jspm_packages/npm/single-spa@2.0.3 --exclude node_modules --exclude .git --exclude --spec --exclude examples"
"build:canopy": "npm run build && rm -rf ../spalpatine/jspm_packages/npm/single-spa@2.0.5 && rsync -av . ../spalpatine/jspm_packages/npm/single-spa@2.0.5 --exclude node_modules --exclude .git --exclude --spec --exclude examples"
},

@@ -14,0 +14,0 @@ "repository": "https://github.com/CanopyTax/single-spa",

@@ -48,2 +48,3 @@ import { handleChildAppError } from './single-spa-child-app-error.js';

capturedEventListeners[eventName].push(fn);
return;
}

@@ -59,2 +60,3 @@ }

capturedEventListeners[eventName] = capturedEventListeners[eventName].filter(fn => fn.toString() !== listenerFn.toString());
return;
}

@@ -61,0 +63,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