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

karma-electron

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-electron - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

CHANGELOG.md
# karma-electron changelog
3.2.1 - Added configuration info to submodules documentation
3.2.0 - Added tolerance for EOF comments

@@ -3,0 +5,0 @@

14

docs/submodules.md

@@ -8,9 +8,9 @@ # Submodules

- Use the patched version of `karma`. This can be done via the following dependencies:
```
"karma": "https://github.com/twolfson/karma/releases/download/dev%2Fpersonal.mix-16718fd/karma-0.13.22.tgz",
"karma-electron": "git://github.com/twolfson/karma-electron#9bdfc93",
```
- Use the patched version of `karma`. This can be done via the following:
- Move to patched dependencies:
- `"karma": "https://github.com/twolfson/karma/releases/download/dev%2Fpersonal.mix-16718fd/karma-0.13.22.tgz"`
- `"karma-electron": "git://github.com/twolfson/karma-electron#9bdfc93"`
- Be sure to reinstall your node modules after updating these dependencies (i.e. `rm -r node_modules; npm install`)
- Update configuration to use patch adjustments (e.g. `client.useIframe`)
- More info here: https://github.com/twolfson/karma-electron/tree/dev/fix.nested.context#getting-started
- Bundle your JavaScript via Browserify or webpack
{
"name": "karma-electron",
"description": "Karma launcher and preprocessor for Electron",
"version": "3.2.0",
"version": "3.2.1",
"homepage": "https://github.com/twolfson/karma-electron",

@@ -6,0 +6,0 @@ "author": {

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