Socket
Socket
Sign inDemoInstall

create-vuex-entities

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vuex-entities - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.babelrc

2

__test__/createEntities.test.js

@@ -1,2 +0,2 @@

const createVuexEntities = require('./../index')
const createVuexEntities = require('./../dist/index')
const PREFIX = 'test'

@@ -3,0 +3,0 @@

{
"name": "create-vuex-entities",
"version": "1.0.5",
"version": "1.0.6",
"description": "Creates all types of vuex conception entities :alembic:",
"repository": "https://github.com/lamartire/create-vuex-entities",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "jest"
"test": "jest",
"build": "babel index.js --out-file dist/index.js"
},

@@ -16,9 +17,21 @@ "jest": {

"keywords": [
"vuex", "vue", "mutations", "actions", "getters", "modules"
"vuex",
"vue",
"mutations",
"actions",
"getters",
"modules"
],
"pre-commit": [
"build",
"test"
],
"author": "lamartire",
"license": "ISC",
"devDependencies": {
"jest": "^19.0.2"
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"jest": "^19.0.2",
"pre-commit": "^1.2.2"
}
}

Sorry, the diff of this file is not supported yet

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