Socket
Socket
Sign inDemoInstall

vuex-shared-mutations

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

20

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.

@@ -7,8 +8,20 @@

## [0.0.4 - 2018-06-22]
Credits to [@qkdreyer ](https://github.com/qkdreyer) for this version
### Fixed
- Bump vuex peer dependency
## [0.0.3 - 2017-02-20]
Credits to @LeonardPauli for this version
Credits to [@LeonardPauli](https://github.com/LeonardPauli) for this version
### Fixed
- Repeating the same mutation would previously only have shared the first commit
### Added
- Readme section "Contributing"

@@ -20,14 +33,19 @@ - Readme section "How it works"

## [0.0.2] - 2017-02-01
### Added
- Print error and fail early if localStorage.setItem throws an error
### Changed
- Print error instead of crashing when window is not available (SSR)
### Changed
- Properly report plugin name in error messages
## 0.0.1 - 2017-01-31
Initial release
[0.0.2]: https://github.com/xanf/vuex-shared-mutations/compare/v0.0.1...v0.0.2

4

package.json
{
"name": "vuex-shared-mutations",
"version": "0.0.3",
"version": "0.0.4",
"description": "Share vuex mutations across tabs via localStorage",

@@ -71,4 +71,4 @@ "main": "dist/vuex-shared-mutations.js",

"vue": "^2.0.0",
"vuex": "^2.0.0"
"vuex": "^2.0.0 || ^3.0.0"
}
}
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