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.4 to 1.0.5

2

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

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

@@ -23,3 +23,3 @@ # Create vuex entities names without headache

}
export mutations
export { mutations }
```

@@ -36,3 +36,8 @@

methods: {
...mapMutations(mutations)
increment () {
this.$store.commit(mutations.increment)
},
decrement () {
this.$store.commit(mutations.decrement)
}
}

@@ -39,0 +44,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