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
13
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.1.1 to 4.1.2

lib/esm/single-spa.min.js

8

package.json
{
"name": "single-spa",
"version": "4.1.1",
"version": "4.1.2",
"description": "Multiple applications, one page",
"main": "lib/umd/single-spa.js",
"module:": "lib/esm/single-spa.js",
"main": "lib/umd/single-spa.min.js",
"module:": "lib/esm/single-spa.min.js",
"scripts": {

@@ -18,3 +18,5 @@ "build": "rollup -c --environment NODE_ENV:'production'",

},
"homepage": "https://single-spa.js.org",
"repository": "https://github.com/CanopyTax/single-spa",
"bugs": "https://github.com/CanopyTax/single-spa/issues",
"keywords": [

@@ -21,0 +23,0 @@ "single",

@@ -13,3 +13,3 @@ import resolve from 'rollup-plugin-node-resolve'

output: {
file: './lib/umd/single-spa.js',
file: './lib/umd/single-spa.min.js',
format: 'umd',

@@ -32,3 +32,3 @@ name: 'singleSpa',

output: {
file: './lib/esm/single-spa.js',
file: './lib/esm/single-spa.min.js',
format: 'esm',

@@ -35,0 +35,0 @@ sourcemap: true,

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