karma icon indicating copy to clipboard operation
karma copied to clipboard

Spectacular Test Runner for JavaScript

Results 150 karma issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.5.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 6.1.3 to 6.5.2 Release notes Sourced from engine.io's releases. 6.5.2 Bug...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.30 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

### Description I am currently developing a Node.js application that utilizes the Karma package. During a vulnerability scan on my package-lock.json file using Vulert.com, I discovered a security vulnerability in...

Following is the content of my package.json file Angular version "@angular/animations": "^8.2.14", "@angular/cdk": "^7.3.7", "@angular/common": "^8.2.14", "@angular/compiler": "^8.2.14", "@angular/core": "^8.2.14", "@angular-devkit/build-angular": "^0.803.24", "@angular/cli": "^8.3.29", "@angular/compiler-cli": "^8.2.14", Karma Jasmine versions "jasmine-core":...

karma depends on ua-parser-js (https://github.com/karma-runner/karma/blob/v6.4.2/package.json#L453). The ua-parser-js project announced a license change to AGPL in their 2.0 release (https://github.com/faisalman/ua-parser-js#license-options). This will impact karma's license. How is dependency license change normally...