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 4.1.1 to 4.1.2

test/reference/index.html

2

CHANGELOG.md
# karma-electron changelog
4.1.2 - Added reference application for default `electron` behavior
4.1.1 - Added requirements and notices to README. Fixes #13

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

3

package.json
{
"name": "karma-electron",
"description": "Karma launcher and preprocessor for Electron",
"version": "4.1.1",
"version": "4.1.2",
"homepage": "https://github.com/twolfson/karma-electron",

@@ -26,2 +26,3 @@ "author": {

"lint": "twolfson-style lint lib/ test/",
"start-reference": "electron test/reference",
"test": "npm run test-karma-all && npm run lint",

@@ -28,0 +29,0 @@ "test-karma-all": "npm run test-karma-single-run && npm run test-karma-failure && npm run test-karma-uncaught-exception && npm run test-karma-karma && npm run test-karma-phantomjs && npm run test-karma-eof-comment && npm run test-karma-source-map",

@@ -29,3 +29,3 @@ // Load in our dependencies

describe('in the top level', function () {
// DEV: Determined exepctations via https://gist.github.com/twolfson/c6213aa59f7c3f6477a7
// DEV: Determined exepctations via `../reference`
it('identify as the page itself', function () {

@@ -46,3 +46,3 @@ // jscs:disable maximumLineLength

describe('in a child module', function () {
// DEV: Determined exepctations via https://gist.github.com/twolfson/c6213aa59f7c3f6477a7
// DEV: Determined exepctations via `../reference`
it('identify as a standalone module', function () {

@@ -49,0 +49,0 @@ assert(/test[\/\\]integration-test[\/\\]test-files[\/\\]submodule\.js$/.test(submodule.filename),

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