New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

single-spa-vue

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

single-spa-vue - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/esm/parcel.js

20

package.json
{
"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": {

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