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

@vue/cli-plugin-unit-jest

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-plugin-unit-jest - npm Package Versions

1
16

3.5.3

Diff

Changelog

Source

3.5.3 (2019-03-27)

babel-preset-app

Bug Fixes
  • downgrade @babel/preset-env temporarily (#3716) (f107623)

cli-service

Bug Fixes
soda
published 3.5.2 •

Changelog

Source

3.5.2 (2019-03-27)

babel-preset-app

Bug Fixes

docs

Features
  • add manifest.json, make the website installable (eda048a)
soda
published 3.5.1 •

Changelog

Source

3.5.1 (2019-03-12)

cli-service

Bug Fixes
  • should resolve to full path when setting default entryFiles (dd37773), closes #3616 #3618
soda
published 3.5.0 •

Changelog

Source

3.5.0 (2019-03-08)

babel-preset-app

Bug Fixes
  • use an environment variable to determine the entry files to inject default polyfills (#3565) (93f57ac), closes #2983
Features
  • add entryFiles option, allowing explicit polyfill injection to specified files (#3470) (7df0c58)

cli

Bug Fixes

cli-plugin-babel

Features

cli-plugin-e2e-nightwatch

Bug Fixes

cli-plugin-typescript

Features
  • loosen the restriction of typescript version (#3542) (873ad84)

cli-plugin-unit-jest

Bug Fixes
  • lock [@vue](https://github.com/vue)/test-utils version as it's still in beta and may introduce breaking changes (266090d)

cli-service

Bug Fixes
Features

cli-service-global

Features
  • warn if run instant prototyping in a project directory (#3508) (2de215e), closes #2473

docs

Bug Fixes
  • cli-service: catch exception if "copy to clipboard" fails (issue #3476) (#3503) (fec38f5)
soda
published 3.4.1 •

Changelog

Source

3.4.1 (2019-02-20)

cli-plugin-babel

Bug Fixes
  • fix hash difference on different terminal sessions (a2bc927), closes #3416

cli-plugin-eslint

Bug Fixes
  • respect command line --ignore-pattern option (f819f51)
  • cli-plugin-eslint: make eslint deps optional (#3068) (114313c)

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes
Features
  • cli-service: add history api fallback for multi-page mode (#3181) (ea5d9f7)

cli-ui

Bug Fixes
  • import createTimeAgo from vue-timeago because it isn't a default export (#3437) (38aa8d9)
soda
published 3.4.0 •

Changelog

Source

3.4.0 (2019-01-31)

babel-preset-app

Features

cli

Bug Fixes
  • fix injectImports when there's no pre-existing import declarations (108d801), closes #2925
  • should check yarn when no pacakage manager specified (6a75056), closes #3393

cli-plugin-babel

Bug Fixes
  • add webpack to plugins' dependencies, fix yarn peer dep warnings (6e5e117)
  • cli-plugin-babel: transpileDependencies should only match packages inside node_modules, close #3057 (#3229) (fb71653)
  • take all env variables into account in genCacheConfig (047872c), closes #3275

cli-plugin-eslint

Bug Fixes
  • only add custom ignorePattern when no .eslintignore exists (#3325) (febd386), closes #3243
Features

cli-plugin-typescript

Bug Fixes
Features
  • support yml, yaml and json tslint configuration files (#3305) (596a49d)

cli-plugin-unit-mocha

Bug Fixes
  • apply a workaround for the prettier / jsdom-global bug (bca6edc)

cli-service

Bug Fixes
Features
  • add typings for vue.config.js options (#3387) (b61ea45)
  • support dart-sass as default sass implementation (#3321) (9c1e797)
  • support use -h show detailed usage of command (67cff95)

cli-shared-utils

Bug Fixes

cli-ui

Bug Fixes
Features

eslint-config-typescript

Bug Fixes
Features
soda
published 3.3.0 •

Changelog

Source

3.3.0 (2019-01-08)

babel-preset-app

Features
  • replace babel-plugin-transform-vue-jsx with @vue/babel-preset-jsx (#3218) (f15dcf7)

cli-service

Bug Fixes

cli-ui

Bug Fixes

docs

Features
  • deprecate confusing baseUrl option, use publicPath instead. (#3143) (e7af0d8)
soda
published 3.2.3 •

Changelog

Source

3.2.3 (2019-01-03)

cli-plugin-e2e-cypress

Bug Fixes
  • make cypress config file compatible with eslint-config-airbnb rules (0fc972e)

cli-plugin-unit-jest

Bug Fixes

cli-service

Bug Fixes
  • fix a regression that pages doesn't allow entry-only string format (a7fa191), closes #3233
soda
published 3.2.2 •

Changelog

Source

3.2.2 (2018-12-30)

babel-preset-app

Bug Fixes

cli

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • fix eslint cwd confusion during onCreateComplete hook execution (#3212) (90d387f), closes #2554 #3142
  • when lint default paths, don't try to lint non-existent or ignored paths (d6f6098), closes #3167

cli-plugin-typescript

Bug Fixes
  • typescript: fix typo in lint command registration (#3132) (796c376)
  • when eslint is used, pin ts version to ~3.1.1 (#3214) (da6bd75)

cli-plugin-unit-jest

Bug Fixes
  • cli-plugin-unit-jest: When using TS & Babel, make ts-jest use babelConfig (#3107) (c9aaa2f), closes #3100

cli-plugin-unit-mocha

Bug Fixes

cli-service

Bug Fixes
  • .wasm extension should have lower priority when resolving modules (2ac64d6), closes #3023
  • better error message for missing key entry in pages config (554670b), closes #2816
  • cli-service: drop webpack NoEmitOnErrorsPlugin usage (#3210) (300efa9)

cli-test-utils

Bug Fixes
soda
published 3.2.0 •

Changelog

Source

3.2.0 (2018-11-27)

babel-preset-app

Features

cli

Bug Fixes
  • display project name validation warnings (#2769) (42c51c0)
  • plugin.options can be missing when runGenerator is directly called (d1cd4aa), closes #2906
Features

cli-plugin-eslint

Bug Fixes
  • add cwd path prefix to globby patterns (0149444)
  • check if glob patterns matches any files before linting (ccc146b), closes #2854 #2860
  • should fallback to local eslint, fixes instant prototyping (becde30), closes #2866
  • specify eslintPath for eslint-loader (077343b), closes #2924

cli-plugin-typescript

Features
  • typescript: respect excluded globs in tslint (#2961) (af4e498)

cli-service

Bug Fixes
Features
  • add support for loading WebAssembly and ES Modules (#2819) (2db8d18)

cli-service-global

Bug Fixes
  • remove extraneous dependency (7a3de17)

cli-ui

Bug Fixes
  • plugins: local install (bd06cd4)
  • refresh page & switching between views doesn't lose selected item (11e59f8)
  • remove last route restore (305c4bf)
  • restore route making a view unnavigable (1a34618)
  • typo in plugin invoke notification (#2937) (6b27ca7), closes #2917
  • tasks: new terminate process implementation (2baddaa)
Features
  • plugin: quick local plugin refresh (91a4b2e)
  • status bar: last log animation (ebc0ea2)

other

Bug Fixes
  • should publish exact version (e87a29e)
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