phonegap-template-vue-f7-split-panel
Advanced tools
Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "phonegap-template-vue-f7-split-panel", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": | ||
@@ -5,0 +5,0 @@ "A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices", |
@@ -1,7 +0,7 @@ | ||
'use strict'; | ||
const merge = require('webpack-merge'); | ||
const prodEnv = require('./prod.env'); | ||
'use strict' | ||
const merge = require('webpack-merge') | ||
const prodEnv = require('./prod.env') | ||
module.exports = merge(prodEnv, { | ||
NODE_ENV: '"development"' | ||
}); | ||
}) |
@@ -1,9 +0,10 @@ | ||
'use strict'; | ||
'use strict' | ||
// Template version: 1.3.1 | ||
// see http://vuejs-templates.github.io/webpack for documentation. | ||
const path = require('path'); | ||
const path = require('path') | ||
module.exports = { | ||
dev: { | ||
// Paths | ||
@@ -22,2 +23,3 @@ assetsSubDirectory: 'static', | ||
/** | ||
@@ -68,2 +70,2 @@ * Source Maps | ||
} | ||
}; | ||
} |
@@ -1,4 +0,4 @@ | ||
'use strict'; | ||
'use strict' | ||
module.exports = { | ||
NODE_ENV: '"production"' | ||
}; | ||
} |
@@ -7,9 +7,6 @@ { | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js", | ||
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", | ||
"unit-watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js", | ||
"test": "npm run unit", | ||
"lint": "eslint --ext .js,.vue src test/unit/specs", | ||
"build-dev": "node ./build/dev.js", | ||
"build-prod": "node ./build/prod.js", | ||
"dev": "webpack-dev-server --config ./build/webpack.config.dev.js", | ||
"prod": "webpack-dev-server --config ./build/webpack.config.prod.js", | ||
"cordova-build": "npm run build && cordova build", | ||
@@ -27,78 +24,46 @@ "cordova-run": "npm run build && cordova run browser", | ||
"material-design-icons": "^3.0.1", | ||
"vue": "^2.5.2" | ||
"vue": "^2.5.2", | ||
"cordova-android": "^7.0.0", | ||
"cordova-ios": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.0.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-proposal-class-properties": "^7.2.1", | ||
"@babel/plugin-proposal-decorators": "^7.2.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.2.0", | ||
"@babel/plugin-proposal-function-sent": "^7.2.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.2.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.2.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/plugin-syntax-jsx": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"autoprefixer": "^7.1.2", | ||
"babel-eslint": "^9.0.0", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"autoprefixer": "^9.1.5", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^8.0.0", | ||
"babel-loader": "^8.0.4", | ||
"babel-plugin-transform-vue-jsx": "^4.0.1", | ||
"chai": "^3.5.0", | ||
"chalk": "^2.0.1", | ||
"chromedriver": "^2.21.2", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cpy-cli": "^1.0.1", | ||
"chalk": "^2.4.1", | ||
"copy-webpack-plugin": "^4.5.2", | ||
"cpy-cli": "^2.0.0", | ||
"cross-env": "^5.1.3", | ||
"css-loader": "^0.28.0", | ||
"eslint": "^3.7.1", | ||
"eslint-config-semistandard": "^8.0.0", | ||
"eslint-config-standard": "^7.0.1", | ||
"eslint-friendly-formatter": "^2.0.5", | ||
"eslint-import-resolver-webpack": "^0.8.1", | ||
"eslint-loader": "^1.5.0", | ||
"eslint-plugin-html": "^1.3.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-react": "^6.10.0", | ||
"eslint-plugin-standard": "^2.1.1", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "^1.1.4", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"karma": "^3.1.3", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-mocha": "^1.2.0", | ||
"karma-sinon-chai": "^1.2.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "0.0.26", | ||
"karma-webpack": "^1.7.0", | ||
"mocha": "^3.1.0", | ||
"node-notifier": "^5.1.2", | ||
"opn": "^4.0.2", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"ora": "^1.2.0", | ||
"portfinder": "^1.0.13", | ||
"postcss-import": "^11.0.0", | ||
"postcss-loader": "^2.0.8", | ||
"postcss-url": "^7.2.1", | ||
"rimraf": "^2.6.0", | ||
"selenium-server": "2.53.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"sinon": "^1.17.3", | ||
"sinon-chai": "^2.8.0", | ||
"css-loader": "^1.0.0", | ||
"file-loader": "^2.0.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"less": "^3.8.1", | ||
"less-loader": "^4.1.0", | ||
"mini-css-extract-plugin": "^0.4.3", | ||
"optimize-css-assets-webpack-plugin": "^5.0.1", | ||
"ora": "^3.0.0", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.2", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | ||
"url-loader": "^0.5.8", | ||
"vue-loader": "^13.3.0", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | ||
"webpack": "^3.6.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | ||
"webpack-dev-server": "^2.9.1", | ||
"webpack-hot-middleware": "^2.12.2", | ||
"webpack-merge": "^4.1.0" | ||
"url-loader": "^1.1.1", | ||
"vue-loader": "^15.4.2", | ||
"vue-style-loader": "^4.1.2", | ||
"vue-template-compiler": "^2.5.17", | ||
"webpack": "^4.20.0", | ||
"webpack-bundle-analyzer": "^3.0.2", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.9" | ||
}, | ||
@@ -113,3 +78,10 @@ "engines": { | ||
"not ie <= 8" | ||
] | ||
} | ||
], | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
], | ||
"plugins": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
1
12244430
114
604