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.3.4 to 4.3.5

6

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

@@ -24,2 +24,6 @@ "main": "lib/umd/single-spa.min.js",

},
"files": [
"lib",
"typings"
],
"homepage": "https://single-spa.js.org",

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

16

README.md

@@ -11,8 +11,10 @@

## A javascript metaframework
[Donate to this project](https://opencollective.com/single-spa)
Build micro frontends that coexist and can each be written with their own framework. This allows you to:
## A javascript framework for front-end microservices
Build micro frontends that coexist and can ([but don't need to](https://single-spa.js.org/docs/faq.html#can-i-use-more-than-one-framework)) be written with their own framework. This allows you to:
- [Use multiple frameworks](/docs/single-spa-ecosystem.md#help-for-frameworks) on the same page [without refreshing the page](/docs/applications.md)
([React](https://github.com/CanopyTax/single-spa-react), [AngularJS](https://github.com/CanopyTax/single-spa-angular1), [Angular](https://github.com/CanopyTax/single-spa-angular2), [Ember](https://github.com/CanopyTax/single-spa-ember), or whatever you're using)
- Write code using a new framework, without rewriting your existing app
- Write new code, possibly with a new framework, without rewriting your existing app
- Lazy load code for improved initial load time.

@@ -28,6 +30,4 @@

A [live demo](https://single-spa.surge.sh) is available and the source code for that demo is available in the [single-spa-examples](https://github.com/CanopyTax/single-spa-examples) repository.
Please see the [examples page](https://single-spa.js.org/docs/examples.html) on the website.
Also, you can check out [a simple webpack starter project](https://github.com/joeldenning/simple-single-spa-webpack-example) which is simpler and hopefully easier to get started with.
## Want to help?

@@ -38,6 +38,2 @@

## Project roadmap
We're trying out github's Projects feature ([here](https://github.com/CanopyTax/single-spa/projects)) and are keeping it up-to-date with the fancy things in the works for single-spa.
## Contributing

@@ -44,0 +40,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