Socket
Socket
Sign inDemoInstall

karma-edge-launcher

Package Overview
Dependencies
138
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

appveyor.yml

45

gruntfile.js

@@ -11,3 +11,2 @@ module.exports = function (grunt) {

src: [
'test/mocha-globals.js',
'test/*.spec.js'

@@ -17,41 +16,2 @@ ]

},
'npm-contributors': {
options: {
commitMessage: 'chore: update contributors'
}
},
bump: {
options: {
commitMessage: 'chore: release v%VERSION%',
pushTo: 'upstream',
commitFiles: [
'package.json',
'CHANGELOG.md'
]
}
},
conventionalChangelog: {
release: {
options: {
changelogOpts: {
preset: 'angular'
}
},
src: 'CHANGELOG.md'
}
},
conventionalGithubReleaser: {
release: {
options: {
auth: {
type: 'oauth',
token: process.env.GH_TOKEN
},
changelogOpts: {
preset: 'angular',
releaseCount: 0
}
}
}
},
eslint: {

@@ -75,6 +35,3 @@ target: [

'npm-contributors',
'bump:' + (type || 'patch') + ':bump-only',
'conventionalChangelog',
'bump-commit',
'conventionalGithubReleaser',
'bump:' + (type || 'patch'),
'npm-publish'

@@ -81,0 +38,0 @@ ])

{
"name": "karma-edge-launcher",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Karma plugin. Launcher for Microsoft Edge.",

@@ -36,11 +36,6 @@ "main": "index.js",

"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.1",
"eslint-plugin-standard": "^2.1.1",
"grunt": "^1.0.1",
"grunt-auto-release": "^0.0.7",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^19.0.0",

@@ -52,10 +47,8 @@ "grunt-npm": "^0.0.2",

"os-homedir": "^1.0.1",
"proxyquire": "^1.7.10",
"sinon": "^2.0.0",
"sinon-chai": "^2.8.0"
"proxyquire": "^1.7.10"
},
"contributors": [
"Nick McCurdy <thenickperson@gmail.com>",
"Nick McCurdy <nick@nickmccurdy.com>",
"Vojta Jina <vojta.jina@gmail.com>",
"Nick McCurdy <nick@nickmccurdy.com>",
"Mark Ethan Trostler <mark@zzo.com>",

@@ -62,0 +55,0 @@ "sarychev <dizel3d@gmail.com>",

@@ -6,3 +6,3 @@ # karma-edge-launcher

[![Build Status](https://img.shields.io/travis/nickmccurdy/karma-edge-launcher/master.svg?style=flat-square)](https://travis-ci.org/nickmccurdy/karma-edge-launcher) [![Dependency Status](https://img.shields.io/david/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher) [![devDependency Status](https://img.shields.io/david/dev/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher#info=devDependencies)
[![Build Status](https://img.shields.io/travis/nickmccurdy/karma-edge-launcher/master.svg?style=flat-square)](https://travis-ci.org/nickmccurdy/karma-edge-launcher) [![Build Status](https://img.shields.io/appveyor/ci/nickmccurdy/karma-edge-launcher/master.svg?style=flat-square)](https://ci.appveyor.com/project/nickmccurdy/karma-edge-launcher) [![Dependency Status](https://img.shields.io/david/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher) [![devDependency Status](https://img.shields.io/david/dev/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher#info=devDependencies)

@@ -9,0 +9,0 @@ > Launcher for Microsoft Edge.

@@ -0,1 +1,5 @@

var chai = require('chai')
var expect = chai.expect
chai.use(require('chai-fs'))
var di = require('di')

@@ -2,0 +6,0 @@ var osHomedir = require('os-homedir')

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