Socket
Socket
Sign inDemoInstall

create-vuex-entities

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "create-vuex-entities",
"version": "1.0.6",
"version": "1.0.7",
"description": "Creates all types of vuex conception entities :alembic:",

@@ -5,0 +5,0 @@ "repository": "https://github.com/lamartire/create-vuex-entities",

@@ -69,2 +69,13 @@ # Create vuex entities names without headache

## But why? There is exist `namespaced` property
`namespaced` makes modules isolated, but not this package. Other modules can
work with each other.
When I tried to use `namespaced` property for store modules I spent many time
for searching name of mutation/action that I need. That's not cool :crying_cat_face:
In the other case I used this package and export mutations names in file that I
need. All troubles were resolved and I was not wasted my time for manually writing names. That's very cool :smirk_cat:
[travis-image]: https://travis-ci.org/lamartire/create-vuex-entities.svg?branch=master

@@ -71,0 +82,0 @@ [travis-url]: https://travis-ci.org/lamartire/create-vuex-entities

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