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

@breautek/jasmine-progress-reporter

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breautek/jasmine-progress-reporter - npm Package Compare versions

Comparing version 0.0.0 to 0.0.4

CHANGELOG.md

2

lib/ProgressReporter.js

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

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