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

karma

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma - npm Package Versions

1
22

0.10.6

Diff

vojtajina
published 0.11.5 •

Changelog

Source

v0.11.5 (2013-11-25)

Bug Fixes
  • do not execute already executing browsers (00136cf6)
Features
  • launcher: send SIGKILL if SIGINT does not kill the browser (c0fa49aa)

<a name="v0.11.4"></a>

vojtajina
published 0.11.4 •

Changelog

Source

v0.11.4 (2013-11-21)

Bug Fixes

<a name="v0.11.3"></a>

vojtajina
published 0.10.5 •

vojtajina
published 0.11.3 •

Changelog

Source

v0.11.3 (2013-11-20)

Bug Fixes
  • config: not append empty module if no custom launcher/rep/prep (ee15a4e4)
  • watcher: allow parentheses in a pattern (438eb8dd, closes #728)
Features
  • remove karma binary in favor of karma-cli (c7d46270)
  • config: log if no config file is specified (ce4c5646)
Breaking Changes
  • The karma module does not export karma binary anymore. The recommended way is to have local modules (karma and all the plugins that your project needs) stored in your package.json. You can run that particular Karma by ./node_modules/karma/bin/karma. Or you can have karma-cli installed globally on your system, which enables you to use the karma command.

The global karma command (installed by karma-cli) does look for local version of Karma (including parent directories) first and fall backs to a global one.

The bin/karma binary does not look for any other instances of Karma and just runs the one that it belongs to.

(c7d46270)

<a name="v0.11.2"></a>

vojtajina
published 0.11.2 •

Changelog

Source

v0.11.2 (2013-11-03)

Bug Fixes
  • config: use polling by default (53978c42)
  • proxy: handle proxied socket.io websocket transport upgrade (fcc2a98f)

<a name="v0.11.1"></a>

vojtajina
published 0.10.4 •

vojtajina
published 0.10.3 •

vojtajina
published 0.11.1 •

Changelog

Source

v0.11.1 (2013-10-25)

Bug Fixes
  • launcher kill method which was throwing an error if no callback was specified bu (5439f1cb)
  • static: Use full height for the iFrame. Fix based on PR #714. (f95daf3c)
  • watcher:
Features
  • redirect client to "return_url" if specified (6af2c897)
  • config: add usePolling config (18514d63)
  • watcher: ignore initial "add" events (dde1da4c)

<a name="v0.11.0"></a>

vojtajina
published 0.11.0 •

Changelog

Source

v0.11.0 (2013-08-26)

Bug Fixes
  • support reconnecting for manually captured browsers (a8ac6d2d)
  • reporter: print browser stats immediately after it finishes (65202d87)
Features
  • don't wait for all browsers and start executing immediately (8647266f, closes #57)

<a name="v0.10.2"></a>

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