Socket
Socket
Sign inDemoInstall

vssue

Package Overview
Dependencies
38
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.1.0

dist/vssue.bitbucket.min.js

125

package.json
{
"name": "vssue",
"version": "0.0.3",
"version": "0.1.0",
"description": "A vue-powered issue-based comment plugin",
"main": "dist/vssue.component.js",
"browser": "dist/vssue.component.js",
"module": "dist/vssue.component.js",
"license": "MIT",
"main": "dist/vssue.common.js",
"module": "dist/vssue.esm.js",
"browser": "dist/vssue.common.js",
"unpkg": "dist/vssue.github.min.js",
"types": "types/index.d.ts",
"keywords": [

@@ -13,70 +16,64 @@ "comment",

],
"author": "Xinyu Liu <meteor.lxy@foxmail.com> (https://www.meteorlxy.cn)",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --inline --hide-modules --config scripts/webpack/devConfig.js",
"build": "node scripts/build.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --fix --ext .js,.vue src test",
"test": "jest --config test/config.js"
"author": "meteorlxy <meteor.lxy@foxmail.com>",
"homepage": "https://vssue.js.org",
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"repository": {
"type": "git",
"url": "git+https://github.com/meteorlxy/vssue.git"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
"bugs": {
"url": "https://github.com/meteorlxy/vssue/issues"
},
"scripts": {
"build": "cross-env NODE_ENV=production gulp",
"rollup": "cross-env NODE_ENV=production rollup --config ./rollup.config.js",
"dev": "cross-env NODE_ENV=development vue-cli-service serve ./dev/main.ts --mode development",
"staging": "cross-env NODE_ENV=production vue-cli-service serve ./dev/main.ts --mode staging",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"@vssue/utils": "^0.1.0",
"github-markdown-css": "^2.10.0",
"query-string": "^6.1.0",
"vue": "^2.5.16"
"vue": "^2.5.21"
},
"optionalDependencies": {
"@vssue/api-bitbucket-v2": "^0.1.0",
"@vssue/api-github-v3": "^0.1.0",
"@vssue/api-gitlab-v4": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-transform-runtime": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-stage-2": "^7.0.0-beta.51",
"@babel/runtime": "^7.0.0-beta.51",
"autoprefixer": "^8.6.2",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta.3",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.0.0-rc.8",
"jest": "^23.1.0",
"lint-staged": "^7.2.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"portfinder": "^1.0.13",
"postcss-loader": "^2.1.5",
"rimraf": "^2.6.2",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@vue/babel-preset-app": "^3.2.0",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-plugin-typescript": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"autoprefixer": "^9.4.3",
"cross-env": "^5.2.0",
"cssnano": "^4.1.8",
"eslint-plugin-vue": "^5.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-stylus": "^2.7.0",
"postcss": "^7.0.7",
"rollup": "^0.68.1",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-uglify": "^6.0.0",
"rollup-plugin-vue": "^4.3.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"vuepress": "^0.10.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
"webpackbar": "^2.6.1"
}
"tslib": "^1.9.3",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.0"
},
"gitHead": "eef6dd6128d5f2d352503768557271a6270cb186"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc