Socket
Socket
Sign inDemoInstall

karma-jasmine

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-jasmine - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.1.1](https://github.com/karma-runner/karma-jasmine/compare/v3.1.0...v3.1.1) (2020-02-11)
### Bug Fixes
* **adapter:** do not emit debug url unless in a browser ([#263](https://github.com/karma-runner/karma-jasmine/issues/263)) ([9bcce88](https://github.com/karma-runner/karma-jasmine/commit/9bcce8864d7328cdd7571dda9828401034c9dbe6)), closes [#262](https://github.com/karma-runner/karma-jasmine/issues/262)
# [3.1.0](https://github.com/karma-runner/karma-jasmine/compare/v3.0.3...v3.1.0) (2020-01-10)

@@ -2,0 +9,0 @@

6

lib/adapter.js

@@ -252,4 +252,6 @@ (function(window) {

// Report the name of fhe failing spec so the reporter can emit a debug url.
result.debug_url = debugUrl(specResult.fullName)
if (typeof window !== 'undefined' && window.location && window.location.origin) {
// Report the name of fhe failing spec so the reporter can emit a debug url.
result.debug_url = debugUrl(specResult.fullName)
}
}

@@ -256,0 +258,0 @@

{
"name": "karma-jasmine",
"version": "3.1.0",
"version": "3.1.1",
"description": "A Karma plugin - adapter for Jasmine testing framework.",
"main": "lib/index.js",
"files": [
"lib/*.js"
],
"scripts": {

@@ -28,3 +31,3 @@ "test": "jasmine && grunt"

"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",

@@ -40,3 +43,3 @@ "eslint-plugin-promise": "^4.2.1",

"grunt-npm": "0.0.2",
"husky": "^4.0.3",
"husky": "^4.0.7",
"jasmine": "^3.5.0",

@@ -43,0 +46,0 @@ "karma": "^4.4.1",

# karma-jasmine
[![npm version](https://img.shields.io/npm/v/karma-jasmine.svg?style=flat-square)](https://www.npmjs.com/package/karma-jasmine) [![npm downloads](https://img.shields.io/npm/dm/karma-jasmine.svg?style=flat-square)](https://www.npmjs.com/package/karma-jasmine)
[![Build Status](https://img.shields.io/travis/karma-runner/karma-jasmine/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma-jasmine) [![Dependency Status](https://img.shields.io/david/karma-runner/karma-jasmine.svg?style=flat-square)](https://david-dm.org/karma-runner/karma-jasmine) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma-jasmine.svg?style=flat-square)](https://david-dm.org/karma-runner/karma-jasmine#info=devDependencies)
[![Build Status](https://img.shields.io/travis/karma-runner/karma-jasmine/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma-jasmine) [![Dependency Status](https://img.shields.io/david/karma-runner/karma-jasmine.svg?style=flat-square)](https://david-dm.org/karma-runner/karma-jasmine) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma-jasmine.svg?style=flat-square)](https://david-dm.org/karma-runner/karma-jasmine?type=dev)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/karma-runner/karma-jasmine) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
> Adapter for the [Jasmine](http://jasmine.github.io/) testing framework.
> Adapter for the [Jasmine](https://jasmine.github.io/) testing framework.
## Installation
```bash
$ npm install karma-jasmine --save-dev
$ npm install jasmine-core --save-dev
npm install karma-jasmine --save-dev
```

@@ -85,7 +82,5 @@

integration across shards.
----
For more information on Karma see the [homepage].
---
[homepage]: http://karma-runner.github.com
For more information on Karma see the [homepage](https://karma-runner.github.com/).
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