Socket
Socket
Sign inDemoInstall

karma

Package Overview
Dependencies
136
Maintainers
5
Versions
212
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.15 to 6.3.16

9

lib/config.js

@@ -20,3 +20,3 @@ 'use strict'

COFFEE_SCRIPT_AVAILABLE = true
} catch (e) {}
} catch {}

@@ -28,3 +28,3 @@ // LiveScript is required here to enable config files written in LiveScript.

LIVE_SCRIPT_AVAILABLE = true
} catch (e) {}
} catch {}

@@ -34,3 +34,3 @@ try {

TYPE_SCRIPT_AVAILABLE = true
} catch (e) {}
} catch {}

@@ -330,3 +330,4 @@ class Pattern {

captureConsole: true,
clearContext: true
clearContext: true,
allowedReturnUrlPatterns: ['^https?://']
}

@@ -333,0 +334,0 @@ this.browserDisconnectTimeout = 2000

@@ -41,5 +41,5 @@ {

"Anton <anton.redfox@gmail.com>",
"Jonathan Ginsburg <jon@than.ml>",
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
"Todd Wolfson <todd@twolfson.com>",
"Jonathan Ginsburg <jon@than.ml>",
"Mark Trostler <mark@zzo.com>",

@@ -503,3 +503,3 @@ "Ciro Nunes <ciroanunes@gmail.com>",

},
"version": "6.3.15",
"version": "6.3.16",
"license": "MIT",

@@ -506,0 +506,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc