single-spa
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"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, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
433051
0
47
1405
1