Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuex

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex - npm Package Versions

1
7

3.1.2

Diff

Changelog

Source

3.1.2 (2019-11-10)

Bug Fixes

  • tweak mapping helper warning message (#1641) (e60bc76)
  • types: avoid broadening vue instance type when using map helpers (#1639) (9a96720)
  • add warnings when the different namespaced modules has the same names… (#1554) (91f3e69)
  • Should vuex mapState print error message #1093 (#1297) (e5ca2d5)
  • Warn about conflicts between state and module (#1365) (538ee58)
  • docs: Clearify state object type (#1601) (de06f76)

Performance Improvements

  • Implementing a cache for the gettersProxy object creation (#1546) (4003382)
akryum
published 3.1.1 •

Changelog

Source

3.1.1 (2019-05-08)

Bug Fixes

Features

  • devtool: allow usage in non-browser environments (#1404) (665455f)
  • esm build: build ES modules for browser (#1533) (d7c7f98)
yyx990803
published 3.1.0 •

Changelog

Source

3.1.0 (2019-01-17)

Bug Fixes

  • types: add helpers to default export type declaration as in sources (#1408) (404d0de)
  • types: add type annotation for the context of actions (#1322) (d1b5c66)
  • types: allow a function type for root state option (#1132) (d39791b)
  • Add key to v-for (#1369) (a9bd047)
  • avoid to call root state function twice (#1034) (86677eb)
  • fix #1032, relax vue typing in helpers (#1044) (7c7ed1d)

Features

  • add ability to turn off devtools on vuex by passing an off options (#1407) (be75d41)
  • ensure errors in action subscribers do not break actions (acd7249)

Reverts

  • Revert "Update util find (#1205)" (fix #1286) (273bf86), closes #1286
yyx990803
published 3.0.1 •

Changelog

Source

3.0.1 (2017-11-01)

yyx990803
published 3.0.0 •

Changelog

Source

3.0.0 (2017-10-11)

Features

BREAKING CHANGES

  • typings: It is no longer compatible with the old Vue typings

  • chore(package): bump typescript and vue core typings

  • chore: bump vue

  • Update package.json

yyx990803
published 2.5.0 •

Changelog

Source

2.5.0 (2017-10-11)

Bug Fixes

  • initialize root state as an empty object if state function returns no value (#927) (0e9756b)

Features

yyx990803
published 2.4.1 •

Changelog

Source

2.4.1 (2017-09-27)

Bug Fixes

  • allow installation on extended Vue copies (c87b72f)
  • link to details of mutations in components (#930) (e82782b)
  • move auto installation code into the store constructor (#914) (852ac43)

Features

  • allow to passing functions in mapActions/mapMutations (fix #750) (#924) (be15f32)
yyx990803
published 2.4.0 •

Changelog

Source

2.4.0 (2017-08-29)

Bug Fixes

  • typings: watch() returns an unwatch function (#922) (a4bd081)
  • add missing typings and docs of createNamespacedHelpers (#910) (7ad573b)

Features

  • store: bind mutation and action handlers to store (#872) (67da622)

Performance Improvements

  • do not connect devtools if Vue.config.devtools == false (#881) (dd7f817)
yyx990803
published 2.3.1 •

yyx990803
published 2.3.0 •

Changelog

Source

2.3.0 (2017-04-13)

  • Add '-loader' suffix to webpack config (#722) (84b4634), closes #722

BREAKING CHANGES

  • It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'babel-loader' instead of 'babel'. My version of webpack: 2.2.0-rc.3 Adding the '-loader' suffix fixed the problem. Not sure though how safe it is to use 'babel-loader' instead of 'babel' with previous webpack versions...
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