New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

karma-mocha-reporter

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-mocha-reporter - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

7

package.json
{
"name": "karma-mocha-reporter",
"description": "Karma reporter with mocha style logging.",
"version": "1.3.0",
"version": "2.0.0",
"homepage": "http://www.litixsoft.de/modules-karmamochareporter",

@@ -60,2 +60,3 @@ "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)",

"jasmine-core": "^2.4.1",
"karma": ">=0.13",
"karma-chai": "^0.1.0",

@@ -75,5 +76,7 @@ "karma-chrome-launcher": "*",

"dependencies": {
"chalk": "1.1.1",
"chalk": "1.1.1"
},
"peerDependencies": {
"karma": ">=0.13"
}
}

@@ -210,2 +210,5 @@ # karma-mocha-reporter

## Release History
### v2.0.0
* Move module karma to peerDependencies
### v1.3.0

@@ -212,0 +215,0 @@ * Wait before printing output of a test after all browser have run the test

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