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

coveralls

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveralls - npm Package Compare versions

Comparing version 2.13.1 to 2.13.2

26

package.json

@@ -8,3 +8,3 @@ {

],
"version": "2.13.1",
"version": "2.13.2",
"bugs": {

@@ -34,19 +34,19 @@ "url": "https://github.com/nickmerwin/node-coveralls/issues"

"dependencies": {
"js-yaml": "3.6.1",
"lcov-parse": "0.0.10",
"log-driver": "1.2.5",
"minimist": "1.2.0",
"request": "2.79.0"
"js-yaml": "^3.6.1",
"lcov-parse": "^0.0.10",
"log-driver": "^1.2.5",
"minimist": "^1.2.0",
"request": "^2.79.0"
},
"devDependencies": {
"istanbul": "0.4.5",
"istanbul": "^0.4.5",
"jshint": "2.9.3",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.2.0",
"should": "9.0.2",
"sinon-restore": "1.0.1",
"snyk": "1.23.3"
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.2",
"sinon-restore": "^1.0.1",
"snyk": "^1.23.3"
},
"engines": {
"node": ">=0.8.6"
"node": ">=4.0.0"
},

@@ -53,0 +53,0 @@ "main": "index.js",

@@ -100,3 +100,3 @@ # node-coveralls

Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomjs), [Mocha](http://mochajs.org/) and [Blanket](https://github.com/alex-seville/blanket):
- [Configure](http://visionmedia.github.io/mocha/#browser-support) Mocha for browser
- [Configure](http://mochajs.org/#running-mocha-in-the-browser) Mocha for browser
- [Mark](https://github.com/deepsweet/poncho#usage) target script(s) with `data-cover` html-attribute

@@ -103,0 +103,0 @@ - Run your tests with a command like this:

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