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.0-alpha-4 to 2.0.0

9

lib/single-spa.js

@@ -109,10 +109,3 @@ 'use strict';

var popstateEvent = new PopStateEvent('popstate', {
target: window,
type: 'popstate',
bubbles: true,
cancelable: false,
state: state
});
document.dispatchEvent(popstateEvent);
performAppChanges();

@@ -119,0 +112,0 @@ return result;

4

package.json
{
"name": "single-spa",
"version": "2.0.0-alpha-4",
"version": "2.0.0",
"description": "Multiple applications, one page",

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

"test": "jasmine",
"build:canopy": "npm run build && rm -rf ../../workplace/customer-spa/jspm_packages/npm/single-spa@2.0.0-alpha-4 && rsync -av . ../../workplace/customer-spa/jspm_packages/npm/single-spa@2.0.0-alpha-4 --exclude node_modules --exclude .git --exclude --spec --exclude examples"
"build:canopy": "npm run build && rm -rf ../../workplace/customer-spa/jspm_packages/npm/single-spa@2.0.0 && rsync -av . ../../workplace/customer-spa/jspm_packages/npm/single-spa@2.0.0 --exclude node_modules --exclude .git --exclude --spec --exclude examples"
},

@@ -15,0 +15,0 @@ "repository": "https://github.com/joeldenning/single-spa",

@@ -7,2 +7,4 @@ # single-spa

Single-spa works in Chrome, Firefox, Safari, IE11, and Edge.
## View the demo!

@@ -9,0 +11,0 @@ A [demo is live](http://single-spa.surge.sh) on surge.sh. Don't be turned off by the lack of styling -- I'll be fixing that soon. It's based on the code in the [examples](https://github.com/joeldenning/single-spa-examples) repository.

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

const popstateEvent = new PopStateEvent('popstate', {
target: window,
type: 'popstate',
bubbles: true,
cancelable: false,
state: state
});
document.dispatchEvent(popstateEvent);
performAppChanges();

@@ -83,0 +76,0 @@ return result;

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