Socket
Socket
Sign inDemoInstall

@vue/test-utils

Package Overview
Dependencies
21
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc.8 to 2.0.0-rc.9

dist/vue-test-utils.esm-browser.js

25

package.json
{
"name": "@vue/test-utils",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"license": "MIT",

@@ -8,3 +8,3 @@ "main": "dist/vue-test-utils.cjs.js",

"types": "dist/index.d.ts",
"module": "dist/vue-test-utils.esm-bundler.mjs",
"module": "dist/vue-test-utils.esm-bundler.js",
"files": [

@@ -17,3 +17,3 @@ "dist",

"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/types": "^7.14.5",

@@ -25,6 +25,6 @@ "@rollup/plugin-commonjs": "^19.0.0",

"@types/jest": "26.0.23",
"@types/node": "15.12.3",
"@types/node": "15.12.4",
"@types/pretty": "^2.0.0",
"@vue/compiler-dom": "^3.0.11",
"@vue/compiler-sfc": "3.1.1",
"@vue/compiler-dom": "^3.1.2",
"@vue/compiler-sfc": "3.1.2",
"babel-jest": "^26.6.3",

@@ -40,12 +40,12 @@ "babel-preset-jest": "^27.0.1",

"reflect-metadata": "^0.1.13",
"rollup": "^2.52.1",
"rollup": "^2.52.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "25.3.1",
"typescript": "^4.3.4",
"vitepress": "^0.15.3",
"vue": "3.1.1",
"vitepress": "^0.15.4",
"vue": "3.1.2",
"vue-class-component": "^8.0.0-rc.1",
"vue-jest": "^5.0.0-alpha.10",
"vue-router": "^4.0.9",
"vue-tsc": "0.1.7",
"vue-router": "^4.0.10",
"vue-tsc": "0.2.0",
"vuex": "^4.0.2"

@@ -69,3 +69,4 @@ },

"docs:build": "vitepress build docs",
"vue-tsc": "vue-tsc --noEmit -p tsconfig.volar.json"
"vue-tsc": "vue-tsc --noEmit -p tsconfig.volar.json",
"prepublishOnly": "yarn build"
},

@@ -72,0 +73,0 @@ "husky": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc