Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuex-composition-helpers

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-composition-helpers - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

jest.config.js

72

package.json
{
"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.

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