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
1416

3.0.0-beta.6

Diff

Changelog

Source

3.0.0-beta.6 (2018-03-06)

babel-preset-app

Bug Fixes
  • fix babel preset jsx dependency (2eb1ef9)

cli

Bug Fixes

cli-plugin-eslint

Bug Fixes
  • do not exit with 1 on lint warnings (fix #872) (b162cab)

cli-service

Bug Fixes
  • fix cases where error fails to display (dee7809)
  • fix devServer proxy when using object syntax (fix #945) (114e085)
  • use dynamic publicPath for web component bundles (fix #949) (f744040)

cli-ui

Features
  • ui: Project select hide tabs when creating project (db67f1e)
  • ui: ProjectCreate features tab (ee59f54)
  • ui: ProjectCreate path preview (d0703b0)
  • ui: ProjectCreate saves formData (d59b35e)
yyx990803
published 3.0.0-beta.5 •

Changelog

Source

3.0.0-beta.5 (2018-03-05)

babel-preset-app

Bug Fixes
  • temporarily disable babel plugins that are not compatible with babel 7 yet (389ea86)

cli

Bug Fixes
  • resolve template extend source from the template location (fix #943) (89f5cc3)

cli-ui

Features

docs

Features
  • allow specifying plugin versions in presets (bdce865)
yyx990803
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4 (2018-03-05)

cli

Features
  • add vue add command (#936) (896aec5)
  • generatorAPI.exitLog (#935) (0f2ee80)
  • read existing files during plugin invocation (close #873) (de60d9f)
  • support using remote preset (close #884) (2d89c51)

cli-plugin-pwa

Bug Fixes

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes
Features
  • allow specifying additional configs in preset (2b9a750)
  • Generator now supports template inheritance (1869aa2)
  • initialize project with corresponding CSS pre-processor (close #930) (811d056)

cli-test-utils

Bug Fixes
  • use same Puppeteer like in main package.json (#942) (11192cf)

cli-ui

Bug Fixes
  • ui: FolderExplorer favorites dropdown placement (1a71164)
  • ui: Project select page class (0a527d7)
Features
  • ui: FolderExplorer (3333c94)
  • ui: FolderExplorer favorites + Project select page (376e4bb)
  • ui: FolderExplorer list scrolling (ae0d895)
  • ui: FolderExplorer path edit + folder isPackage/isVueProject (08514eb)
  • ui: Initial app (8947a45)
  • ui: Initial schema and folder API (1751ca1)
  • ui: Project Create details form (8399838)
yyx990803
published 3.0.0-beta.3 •

Changelog

Source

3.0.0-beta.3 (2018-03-03)

babel-preset-app

Features
  • support dynamic import in jest tests (close #922) (09ed0b1)

cli

Features
  • support creating project in current directory (#916) (6ae1569), closes #896

cli-plugin-eslint

Bug Fixes
  • include root config files in lint (close #913) (c40a88d)

cli-plugin-typescript

Bug Fixes

cli-plugin-unit-mocha

Bug Fixes
  • externalize vue-server-renderer + support dynamic import in mocha tests (fe9aed8)

cli-service

Bug Fixes
Features
  • css modules: Add CSS Module localIdentName option to vue config (#915) (31cdc86)
yyx990803
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2 (2018-02-28)

cli

Features
  • output help information on unknown CLI commands (#857) (cd23858), closes #849

cli-plugin-e2e-cypress

Bug Fixes
  • cypress: upgrade cypress and properly set base url (#879) (46358eb)
Code Refactoring
  • change default test directory name to "tests" (64b4515), closes #877

cli-plugin-e2e-nightwatch

Bug Fixes
  • nightwatch helper compat with airbnb linter (f4d1841), closes #870

cli-plugin-pwa

Features
  • cli-plugin-pwa: Upgrade workbox-webpack-plugin to 3.0.0-beta.1 (#897) (6d7985a)

cli-plugin-typescript

Bug Fixes
  • ts generator & airbnb import/extensions rule compatibility (88726a3), closes #871

cli-service

Bug Fixes
Features
  • add ability to use environment variables in vue.config.js (#867) (92ddd09)
  • add default <noscript> content (#856) (a489803), closes #854
  • preserveWhitespace: false (1864cef)

BREAKING CHANGES

  • all tests are now located in "tests" instead of "test"
  • preserveWhitespace now defaults to false in vue-loader options.
yyx990803
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 (2018-02-16)

babel-preset-app

Bug Fixes
  • babel preset: allow setting useBuiltIns to be false. (#843) (a9ac1a9)

cli-plugin-eslint

Bug Fixes
  • also include import rule in eslint plugin (e8f036b)
  • fix eslint-loader for TypeScript (9f5d0b9)

cli-plugin-typescript

Bug Fixes
  • eslint + airbnb compat with TypeScript (d391e47)

cli-service-global

Bug Fixes
  • fix core-js import for global service (3a5d125), closes #837
yyx990803
published 3.0.0-alpha.13 •

Changelog

Source

3.0.0-alpha.13 (2018-02-13)

cli

Bug Fixes
yyx990803
published 3.0.0-alpha.12 •

Changelog

Source

3.0.0-alpha.12 (2018-02-12)

babel-preset-app

Features

cli

Bug Fixes
  • fix usage with https proxy by switching from axios to request (#829) (e8aa688), closes #785

cli-plugin-e2e-cypress

Features
  • allow e2e plugins to sepcify which mode the server should start in (8f8fe6d), closes #814
  • use eslint-plugin-cypress (9410442), closes #815

cli-plugin-eslint

Features
  • lintOnSave no longer causes compilation to fail (9040df8), closes #817

cli-plugin-typescript

Bug Fixes
  • only enable TSLint when tslint.json exists (76d7f77)

cli-service

Bug Fixes
  • make extension test for font files case-insensitive (#830) (d7cfa00)
Features
  • use more descriptive classNames for CSS modules (fd13106), closes #813
yyx990803
published 3.0.0-alpha.11 •

Changelog

Source

3.0.0-alpha.11 (2018-02-09)

cli-plugin-eslint

Bug Fixes
  • eslint config should be root (ea74da1)
  • eslint: load node env by default (fix #806) (c2e3228)

cli-service

Bug Fixes
  • respect user configured output path (b5564af), closes #809
yyx990803
published 3.0.0-alpha.10 •

Changelog

Source

3.0.0-alpha.10 (2018-02-08)

cli-plugin-pwa

Bug Fixes

cli-plugin-typescript

Bug Fixes
  • vue-class-component and vue-property-decorators should be dependencies (c26559d)
Features
  • support using ESLint to lint TypeScript (dd04add)

eslint-config-prettier

Features
  • include eslint:recommended in prettier config (e261718)
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