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
7
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 4.4.2 to 4.4.3

2

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

@@ -5,0 +5,0 @@ "main": "lib/umd/single-spa.min.js",

@@ -108,7 +108,11 @@ declare module "single-spa" {

// './applications/app-errors.js'
export function addErrorHandler(handler: (error: Error) => void): void;
export function removeErrorHandler(handler: (error: Error) => void): void;
type AppError = Error & {
appOrParcelName: string;
}
export function addErrorHandler(handler: (error: AppError) => void): void;
export function removeErrorHandler(handler: (error: AppError) => void): void;
// './parcels/mount-parcel.js'
export function mountRootParcel(parcelConfig: ParcelConfig, parcelProps: object): Parcel;
}
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