@breautek/jasmine-progress-reporter
Advanced tools
Comparing version 0.0.0 to 0.0.4
@@ -20,3 +20,3 @@ "use strict"; | ||
jasmineDone(runDetails) { | ||
this._progress.stop; | ||
this._progress.stop(); | ||
console.log(''); | ||
@@ -23,0 +23,0 @@ console.log(`Test ${runDetails.overallStatus} after ${this._formatDuration(runDetails.totalTime)}.`); |
{ | ||
"name": "@breautek/jasmine-progress-reporter", | ||
"version": "0.0.0", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -29,15 +29,17 @@ "main": "lib/api.js", | ||
"cli-progress": "3.8.2", | ||
"tslib": "2.0.0" | ||
"tslib": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@totalpave/eslint-plugin": "4.0.0-alpha.1", | ||
"@totalpave/eslint-plugin": "4.0.0", | ||
"@types/cli-progress": "3.7.0", | ||
"@types/jasmine": "3.5.11", | ||
"@types/node": "14.0.24", | ||
"@typescript-eslint/eslint-plugin": "3.7.0", | ||
"@typescript-eslint/parser": "3.7.0", | ||
"eslint": "7.5.0", | ||
"jasmine": "3.5.0", | ||
"@types/jasmine": "3.5.12", | ||
"@types/node": "14.0.27", | ||
"@typescript-eslint/eslint-plugin": "3.9.0", | ||
"@typescript-eslint/parser": "3.9.0", | ||
"auto-changelog": "2.2.0", | ||
"eslint": "7.6.0", | ||
"jasmine": "3.6.1", | ||
"typedoc": "0.18.0", | ||
"typescript": "3.9.7" | ||
} | ||
} |
@@ -34,3 +34,3 @@ | ||
public jasmineDone(runDetails: IRunDetails): void { | ||
this._progress.stop; | ||
this._progress.stop(); | ||
console.log(''); | ||
@@ -37,0 +37,0 @@ console.log(`Test ${runDetails.overallStatus} after ${this._formatDuration(runDetails.totalTime)}.`); |
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
238364
24
2727
11
2
+ Addedtslib@2.0.1(transitive)
- Removedtslib@2.0.0(transitive)
Updatedtslib@2.0.1