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

vuex-test

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-test - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.js

38

package.json
{
"name": "vuex-test",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vuex Testing Tools",
"main": "index.js",
"main": "./dist/index.js",
"homepage": "https://github.com/mcmillion/vuex-test",
"bugs": {
"url": "https://github.com/mcmillion/vuex-test/issues"
},
"repository": {

@@ -12,3 +16,31 @@ "url": "https://github.com/mcmillion/vuex-test",

"license": "MIT",
"private": false
"private": false,
"scripts": {
"test": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive",
"test:watch": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive --watch",
"cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --require babel-register --recursive",
"lint": "eslint src test",
"clean": "rimraf dist",
"build": "cross-env BABEL_ENV=commonjs babel src --out-dir dist",
"build:watch": "cross-env BABEL_ENV=commonjs babel src --watch --out-dir dist",
"prepublish": "npm run clean && npm run lint && npm run test && npm run build"
},
"files": [
"dist"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.0.5",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"istanbul": "^1.0.0-alpha",
"mocha": "^4.0.1",
"rimraf": "^2.6.2"
}
}
index.js
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