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

istanbul

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul - npm Package Compare versions

Comparing version 0.1.44 to 0.1.45

lib/report/teamcity.js

1

CHANGELOG.md

@@ -5,2 +5,3 @@ Changelog

<table>
<tr><td>v0.1.45</td><td>Add teamcity reporter, thanks to @chrisgladd</td></tr>
<tr><td>v0.1.44</td><td>Fix inconsistency in processing empty switch with latest esprima, up deps</td></tr>

@@ -7,0 +8,0 @@ <tr><td>v0.1.43</td><td>Add colors to text report thanks to @runk</td></tr>

5

package.json
{
"name": "istanbul",
"version": "0.1.44",
"version": "0.1.45",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",

@@ -21,3 +21,4 @@ "keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ],

"Vojta Jina <vojta.jina@gmail.com>",
"Dmitry Shirokov @runk <deadrunk@gmail.com>"
"Dmitry Shirokov @runk <deadrunk@gmail.com>",
"Chris Gladd @chrisgladd"
],

@@ -24,0 +25,0 @@ "preferGlobal": true,

@@ -149,2 +149,3 @@ Istanbul - a JS code coverage tool written in JS

* text - produces a detailed text table with coverage for all files
* teamcity - produces service messages to report code coverage to TeamCity

@@ -151,0 +152,0 @@ Additional report formats may be plugged in at the library level.

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