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

karma-jasmine

Package Overview
Dependencies
Maintainers
1
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 0.2.1 to 0.2.2

2

package.json
{
"name": "karma-jasmine",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Karma plugin - adapter for Jasmine testing framework.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -5,7 +5,9 @@ # karma-jasmine [![Build Status](https://travis-ci.org/karma-runner/karma-jasmine.png?branch=master)](https://travis-ci.org/karma-runner/karma-jasmine)

## Installation
**This plugin ships with Karma by default, so you don't need to install it, it should just work ;-)**
### Jasmine 1.3 ([docs](http://pivotal.github.io/jasmine/))
The easiest way is to keep `karma-jasmine` as a devDependency in your `package.json`.
```json

@@ -15,3 +17,3 @@ {

"karma": "~0.10",
"karma-jasmine": "~0.1"
"karma-jasmine": "~0.1.0"
}

@@ -26,2 +28,21 @@ }

### Jasmine 2.0 ([docs](http://jasmine.github.io/2.0/introduction.html))
The easiest way is to keep `karma-jasmine` as a devDependency in your `package.json`.
```json
{
"devDependencies": {
"karma": "~0.10",
"karma-jasmine": "~0.2.0"
}
}
```
You can simple do it by:
```bash
npm install karma-jasmine@2_0 --save-dev
```
## Configuration

@@ -28,0 +49,0 @@ ```js

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