lassy-xpath
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,22 +0,1 @@ | ||
// //var webpackConfig = require('./webpack.config'); | ||
// module.exports = function (config) { | ||
// config.set({ | ||
// basePath: '', | ||
// frameworks: ['jasmine', 'es6-shim'], | ||
// files: ['src/**/*.spec.ts'], | ||
// preprocessors: { | ||
// 'src/**/*.spec.ts': ['webpack'] | ||
// }, | ||
// webpack: { | ||
// module: webpackConfig.module, | ||
// resolve: webpackConfig.resolve, | ||
// node: webpackConfig.node | ||
// }, | ||
// reporters: ['progress'], | ||
// browsers: ['PhantomJS'], | ||
// autoWatch: false, | ||
// singleRun: true | ||
// }); | ||
// } | ||
// Karma configuration file, see link for more information | ||
@@ -26,3 +5,3 @@ // https://karma-runner.github.io/1.0/config/configuration-file.html | ||
module.exports = function (config) { | ||
config.set({ | ||
let configuration = { | ||
basePath: '', | ||
@@ -42,4 +21,3 @@ frameworks: ['jasmine', 'es6-shim', 'karma-typescript'], | ||
require('karma-coverage-istanbul-reporter'), | ||
require('karma-webpack'), | ||
// require('@angular/cli/plugins/karma') | ||
require('karma-webpack') | ||
], | ||
@@ -53,5 +31,2 @@ client: { | ||
}, | ||
// angularCli: { | ||
// environment: 'dev' | ||
// }, | ||
webpack: { | ||
@@ -68,5 +43,19 @@ mode: 'development', | ||
autoWatch: true, | ||
browsers: ['Chrome'], | ||
browsers: ['ChromeHeadless'], | ||
customLaunchers: { | ||
Chrome_travis_ci: { | ||
base: 'ChromeHeadless', | ||
flags: ['--no-sandbox', '--disable-gpu'] | ||
} | ||
}, | ||
singleRun: false | ||
}); | ||
}; | ||
if (process.env.TRAVIS) { | ||
configuration.browsers = ['Chrome_travis_ci']; | ||
} | ||
console.log(process.env.TRAVIS); | ||
config.set(configuration); | ||
}; |
{ | ||
"name": "lassy-xpath", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "XPath format and editor for searching LASSY XML files", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"build:copyfiles": "copyfiles -u 2 dist/src/**/**/**/**/* .", | ||
"test": "karma start karma.conf.js" | ||
"clean": "git clean -xdf -e node_modules", | ||
"test": "karma start karma.conf.js --single-run" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/UUDigitalHumanitieslab/lassy-xpath.svg?branch=develop)](https://travis-ci.org/UUDigitalHumanitieslab/lassy-xpath) | ||
## Lassy XPATH | ||
@@ -2,0 +4,0 @@ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
77
27887
6
72
2
1