phonegap-template-vue-f7-blank
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "phonegap-template-vue-f7-blank", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A blank PhoneGap template using Vue.js and Framework7", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ { | ||
"e2e": "node test/e2e/runner.js", | ||
"test": "npm run unit && npm run e2e", | ||
"test": "npm run unit", | ||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", | ||
@@ -31,12 +31,20 @@ "cordova-build": "npm run build && cordova build", | ||
"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/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.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-core": "^6.22.1", | ||
"babel-eslint": "^7.1.1", | ||
"babel-eslint": "^9.0.0", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-plugin-transform-vue-jsx": "^3.5.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-loader": "^8.0.0", | ||
"babel-plugin-transform-vue-jsx": "^4.0.1", | ||
"chai": "^3.5.0", | ||
@@ -64,7 +72,6 @@ "chalk": "^2.0.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"karma": "^1.3.0", | ||
"karma": "^3.1.3", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-mocha": "^1.2.0", | ||
"karma-phantomjs-launcher": "^1.0.2", | ||
"karma-phantomjs-shim": "^1.4.0", | ||
"karma-sinon-chai": "^1.2.0", | ||
@@ -75,8 +82,6 @@ "karma-sourcemap-loader": "^0.3.7", | ||
"mocha": "^3.1.0", | ||
"nightwatch": "^0.9.8", | ||
"node-notifier": "^5.1.2", | ||
"opn": "^4.0.2", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"opn": "^4.0.2", | ||
"ora": "^1.2.0", | ||
"phantomjs-prebuilt": "^2.1.3", | ||
"portfinder": "^1.0.13", | ||
@@ -83,0 +88,0 @@ "postcss-import": "^11.0.0", |
@@ -14,4 +14,10 @@ // This is a karma config file. For more details see | ||
// 2. add it to the `browsers` array below. | ||
browsers: ['PhantomJS'], | ||
frameworks: ['mocha', 'sinon-chai', 'phantomjs-shim'], | ||
browsers: ['Chrome_without_security'], | ||
customLaunchers: { | ||
Chrome_without_security: { | ||
base: 'Chrome', | ||
flags: ['--disable-web-security'] | ||
} | ||
}, | ||
frameworks: ['mocha', 'sinon-chai'], | ||
reporters: ['spec', 'coverage'], | ||
@@ -18,0 +24,0 @@ files: ['./index.js'], |
@@ -19,3 +19,3 @@ /* eslint-disable no-unused-vars */ | ||
// Init F7 Vue Plugin | ||
Vue.use(Framework7Vue, Framework7); | ||
Framework7.use(Framework7Vue); | ||
@@ -27,8 +27,3 @@ describe('App.vue', () => { | ||
el: document.createElement('div'), | ||
render: h => h(App), | ||
// Init Framework7 by passing parameters here | ||
// The absolute minimum is an empty routes array | ||
framework7: { | ||
routes: [] | ||
} | ||
render: h => h(App) | ||
}); | ||
@@ -35,0 +30,0 @@ }); |
@@ -17,3 +17,4 @@ /* eslint-disable no-unused-vars */ | ||
// Init F7 Vue Plugin | ||
Vue.use(Framework7Vue, Framework7); | ||
// Apparently don't need to load this in again???? | ||
//Framework7.use(Framework7Vue); | ||
@@ -27,8 +28,3 @@ let vm; | ||
el: document.createElement('div'), | ||
render: h => h(Home), | ||
// Init Framework7 by passing parameters here | ||
// The absolute minimum is an empty routes array | ||
framework7: { | ||
routes: [] | ||
} | ||
render: h => h(Home) | ||
}); | ||
@@ -35,0 +31,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
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
18
2
12167203
106
940