Socket
Socket
Sign inDemoInstall

karma

Package Overview
Dependencies
Maintainers
5
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

19

gruntfile.js

@@ -45,18 +45,2 @@ module.exports = function (grunt) {

},
eslint: {
options: {
quiet: true
},
target: [
'<%= files.server %>',
'<%= files.grunt %>',
'<%= files.scripts %>',
'<%= files.client %>',
'<%= files.common %>',
'<%= files.context %>',
'static/debug.js',
'test/**/*.js',
'gruntfile.js'
]
},
'npm-publish': {

@@ -114,5 +98,4 @@ options: {

grunt.registerTask('lint', ['eslint'])
grunt.registerTask('build', ['browserify:client'])
grunt.registerTask('default', ['build', 'lint', 'test'])
grunt.registerTask('default', ['build', 'test'])
grunt.registerTask('test-appveyor', ['test:unit', 'test:client'])

@@ -119,0 +102,0 @@

7

package.json

@@ -406,3 +406,3 @@ {

"lodash": "^4.17.15",
"log4js": "^4.0.0",
"log4js": "^6.2.1",
"mime": "^2.4.5",

@@ -413,3 +413,3 @@ "minimatch": "^3.0.4",

"rimraf": "^3.0.2",
"socket.io": "2.1.1",
"socket.io": "^2.3.0",
"source-map": "^0.6.1",

@@ -445,3 +445,2 @@ "tmp": "0.2.1",

"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-mocha-test": "^0.13.2",

@@ -483,3 +482,3 @@ "grunt-npm": "0.0.2",

},
"version": "5.0.7",
"version": "5.0.8",
"license": "MIT",

@@ -486,0 +485,0 @@ "husky": {

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

Sorry, the diff of this file is not supported yet

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