single-spa-vue
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "single-spa-vue", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "a single-spa plugin for vue.js applications", | ||
@@ -11,2 +11,6 @@ "main": "dist/umd/single-spa-vue.js", | ||
"require": "./dist/umd/single-spa-vue.js" | ||
}, | ||
"./parcel": { | ||
"import": "./dist/esm/parcel.js", | ||
"require": "./dist/umd/parcel.js" | ||
} | ||
@@ -18,3 +22,3 @@ }, | ||
"test": "concurrently -n w: 'yarn:test:*'", | ||
"test:integration": "cross-env BABEL_ENV=test jest", | ||
"test:jest": "cross-env BABEL_ENV=test jest", | ||
"test:types": "tsd", | ||
@@ -24,2 +28,7 @@ "format": "prettier --write .", | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest" | ||
} | ||
}, | ||
"husky": { | ||
@@ -59,2 +68,4 @@ "hooks": { | ||
"@types/jest": "^26.0.15", | ||
"@vue/test-utils": "^1.1.1", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "^10.1.0", | ||
@@ -77,3 +88,6 @@ "babel-jest": "^26.6.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tsd": "^0.13.1" | ||
"single-spa": "^5.8.2", | ||
"tsd": "^0.13.1", | ||
"vue": "^2.6.12", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
@@ -80,0 +94,0 @@ "tsd": { |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77954
17
144
0
28
1