single-spa
Advanced tools
Comparing version 2.0.0-alpha-4 to 2.0.0
@@ -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; |
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
129
44481
979