stryker-html-reporter
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.18.1](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.18.0...stryker-html-reporter@0.18.1) (2019-02-12) | ||
**Note:** Version bump only for package stryker-html-reporter | ||
# [0.18.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.17.0...stryker-html-reporter@0.18.0) (2019-02-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -44,7 +44,7 @@ "main": "src/index.js", | ||
"rimraf": "~2.6.1", | ||
"stryker-api": "^0.24.0", | ||
"typed-html": "~0.6.3" | ||
"stryker-api": "^0.24.1", | ||
"typed-html": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@stryker-mutator/test-helpers": "^0.1.0", | ||
"@stryker-mutator/test-helpers": "^0.1.1", | ||
"@types/file-url": "~2.0.0", | ||
@@ -54,5 +54,5 @@ "@types/jsdom": "~12.2.0", | ||
"bootstrap": "4.1.3", | ||
"highlight.js": "~9.13.0", | ||
"highlight.js": "~9.14.2", | ||
"jquery": "~3.3.1", | ||
"jsdom": "~13.1.0", | ||
"jsdom": "~13.2.0", | ||
"popper.js": "~1.14.3" | ||
@@ -64,3 +64,3 @@ }, | ||
], | ||
"gitHead": "2065d438debacc4c44a96f616bf13ad4912d6483" | ||
"gitHead": "1882514c285e1bc582e4394375c0ac64717b2f8b" | ||
} |
@@ -90,3 +90,3 @@ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
for (i = 0, length = classes.length; i < length; i++) { | ||
_class = classes[i] | ||
_class = classes[i]; | ||
@@ -297,3 +297,3 @@ if (isNotHighlighted(_class) || getLanguage(_class)) { | ||
mode.contains = Array.prototype.concat.apply([], mode.contains.map(function(c) { | ||
return expand_mode(c === 'self' ? mode : c) | ||
return expand_mode(c === 'self' ? mode : c); | ||
})); | ||
@@ -371,3 +371,3 @@ mode.contains.forEach(function(c) {compileMode(c, mode);}); | ||
openSpan = '<span class="' + classPrefix, | ||
closeSpan = leaveOpen ? '' : spanEndTag | ||
closeSpan = leaveOpen ? '' : spanEndTag; | ||
@@ -863,3 +863,2 @@ openSpan += classname + '">'; | ||
}; | ||
var EXPRESSIONS; | ||
var NUMBER = { | ||
@@ -1006,3 +1005,3 @@ className: 'number', | ||
{ | ||
beginKeywords: 'constructor', end: /\{/, excludeEnd: true | ||
beginKeywords: 'constructor get set', end: /\{/, excludeEnd: true | ||
} | ||
@@ -1009,0 +1008,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
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
1064970
22276
+ Addedtyped-html@1.0.0(transitive)
- Removedtyped-html@0.6.3(transitive)
Updatedstryker-api@^0.24.1
Updatedtyped-html@~1.0.0