Socket
Socket
Sign inDemoInstall

@skills17/karma-helpers

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills17/karma-helpers - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

lib/reporter.js

@@ -105,3 +105,3 @@ "use strict";

const errors = {};
const testFailures = {}; // create a new test run for each browser
let testFailures = {}; // create a new test run for each browser

@@ -157,2 +157,3 @@ this.onBrowserStart = function onBrowserStart(browser) {

printTestFailures(formatError, testFailures[browser.id]);
testFailures = {};
console.log();

@@ -159,0 +160,0 @@ const printer = new _testResultPrinter.default(testRun[browser.id]);

@@ -1,1 +0,5 @@

"use strict";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
{
"name": "@skills17/karma-helpers",
"version": "1.2.0",
"version": "1.2.1",
"description": "Provides some karma helpers for usage in a skills competition environment.",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.20",
"@types/jest": "^27.0.1",
"@types/rimraf": "^3.0.0",

@@ -41,10 +41,10 @@ "@types/uniqid": "^5.2.0",

"@typescript-eslint/parser": "^4.13.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.1.0",
"chai": "^4.2.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.1.0",
"karma": "^6.0.0",

@@ -54,3 +54,3 @@ "karma-chai": "^0.1.0",

"karma-mocha": "^2.0.1",
"mocha": "^8.2.1",
"mocha": "^9.1.1",
"prettier": "^2.2.1",

@@ -57,0 +57,0 @@ "rimraf": "^3.0.2",

@@ -19,3 +19,3 @@ # skills17/karma-helpers

**Requirements:**
- Node `14` or greater
- Node `16` or greater
- Karma `5.0` or greater

@@ -22,0 +22,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