🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

karma-iframes

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-iframes - npm Package Compare versions

Comparing version

to
1.3.1

2

package.json
{
"name": "karma-iframes",
"version": "1.3.0",
"version": "1.3.1",
"description": "Lets you run each test in a separate context, loaded as an iframe.",

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

@@ -63,3 +63,3 @@ # What is `karma-iframes`? [![CI status](https://github.com/sabberworm/karma-iframes/workflows/Node.js%20CI/badge.svg)](https://github.com/sabberworm/karma-iframes/actions)

Most likely you’ll want to list `'karma-iframes'` as the last item in `frameworks`.
Most likely you’ll want to list `'iframes'` as the last item in `frameworks`.
Any file included by a later framework will be included into the test runner context but not the iframe context. This might be needed in some cases, e.g. for frameworks that extend the way the karma client talks to the server, but it’s not the common case.

@@ -66,0 +66,0 @@