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.1 to 0.0.2

dist/index.js

10

package.json
{
"name": "vuex-alt",
"version": "0.0.1",
"version": "0.0.2",
"description": "An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.",
"main": "dist/index.js",
"repository" :{
"type" : "git",
"url" : "https://github.com/ejfrancis/Vuex-Alt.git"
"repository": {
"type": "git",
"url": "https://github.com/ejfrancis/Vuex-Alt.git"
},

@@ -13,3 +13,3 @@ "scripts": {

"transpile": "mkdirp ./dist && babel src/index.js --out-file dist/index.js",
"bundle": "rimraf dist/ && rollup src/index.js --format cjs --output dist/bundle.js",
"bundle": "rimraf dist/ && rollup src/index.js --format cjs --output dist/index.js",
"build": "npm run transpile && npm run bundle",

@@ -16,0 +16,0 @@ "prepublish": "npm run bundle"

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