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

lassy-xpath

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lassy-xpath - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

LICENSE

47

karma.conf.js

@@ -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 @@

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