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.15 to 1.0.16

dist/types/global.d.ts

6

package.json
{
"name": "vuex-composition-helpers",
"version": "1.0.15",
"version": "1.0.16",
"description": "Helpers to use Vuex store form Vue Composition API",

@@ -15,4 +15,6 @@ "author": "David Meir-Levy <davidmeirlevy@gmail.com>",

"main": "src/index.ts",
"browser": "dist/index.js",
"typings": "dist/types/index.d.ts",
"scripts": {
"prepublish": "npx tsc --build tsconfig.json",
"prepublish": "npm run test && npx tsc --build tsconfig.json",
"test": "jest"

@@ -19,0 +21,0 @@ },

@@ -8,2 +8,4 @@ {

"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "dist/types",
"outDir": "./dist",

@@ -10,0 +12,0 @@ "sourceMap": true,

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