vuex-composition-helpers
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "vuex-composition-helpers", | ||
"version": "1.0.10", | ||
"description": "Helpers to use Vuex store form Vue Composition API", | ||
"keywords": [ | ||
"vue", | ||
"vuex", | ||
"composition-api", | ||
"store", | ||
"state management" | ||
], | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"prepublish": "npx tsc --build tsconfig.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/greenpress/vuex-composition-helpers.git" | ||
}, | ||
"author": "David Meir-Levy <davidmeirlevy@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/greenpress/vuex-composition-helpers/issues" | ||
}, | ||
"homepage": "https://github.com/greenpress/vuex-composition-helpers#readme", | ||
"peerDependencies": { | ||
"@vue/composition-api": ">= 0.4.0", | ||
"vuex": ">= 3.0.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.8.2" | ||
} | ||
"name": "vuex-composition-helpers", | ||
"version": "1.0.11", | ||
"description": "Helpers to use Vuex store form Vue Composition API", | ||
"author": "David Meir-Levy <davidmeirlevy@gmail.com>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"vue", | ||
"vuex", | ||
"composition-api", | ||
"store", | ||
"state management" | ||
], | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"prepublish": "npx tsc --build tsconfig.json", | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/greenpress/vuex-composition-helpers.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/greenpress/vuex-composition-helpers/issues" | ||
}, | ||
"homepage": "https://github.com/greenpress/vuex-composition-helpers#readme", | ||
"peerDependencies": { | ||
"@vue/composition-api": ">= 0.4.0", | ||
"vuex": ">= 3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^25.2.1", | ||
"@vue/composition-api": "^0.4.0", | ||
"@vue/test-utils": "^1.0.0-beta.33", | ||
"jest": "^25.3.0", | ||
"ts-jest": "^25.3.1", | ||
"typescript": "^3.8.2", | ||
"vue": "^2.6.11", | ||
"vue-template-compiler": "^2.6.11", | ||
"vuex": "^3.1.3" | ||
} | ||
} |
# vuex-composition-helpers | ||
[![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/greenpress/vuex-composition-helpers%2Ftest?type=cf-1)]( https%3A%2F%2Fg.codefresh.io%2Fpipelines%2Ftest%2Fbuilds%3Ffilter%3Dtrigger%3Abuild~Build%3Bpipeline%3A5e915b7d4c3d6b0fd35ac83d~test) | ||
@@ -3,0 +4,0 @@ A util package to use Vuex with Composition API easily. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17858
20
223
0
124
9