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

vuex-alt

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

vuex-alt - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

src/vuex-alt-plugin.test.js

5

package.json
{
"name": "vuex-alt",
"version": "0.0.4",
"version": "0.0.5",
"description": "An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"build": "rimraf dist/ && rollup src/index.js --format cjs --output dist/index.js",

@@ -26,2 +26,3 @@ "prepublish": "npm run build"

"devDependencies": {
"jest": "^20.0.4",
"rimraf": "^2.6.1",

@@ -28,0 +29,0 @@ "rollup": "^0.41.6"

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